OKC_INTER_COMPANY_PARTY_V
詳細
-
スキーマ: FUSION
-
オブジェクト所有者: OKC
-
オブジェクト・タイプ: VIEW
列
| 名前 |
|---|
|
PARTY_ID PARTY_NUMBER PARTY_NAME STATUS PARTY_TYPE |
問合せ
| SQL_Statement |
|---|
|
SELECT hp.party_id, hp.party_number, hp.party_name, hp.status, hp.party_type FROM hz_parties hp WHERE EXISTS ( select 1 from fun_ic_cust_supp_map fun , hz_cust_accounts cust where cust.cust_account_id=fun.cust_account_id and cust.party_id = hp.party_id ) |