DBA Data[Home] [Help]

APPS.ONT_OIP_COMMON dependencies on HZ_CUST_ACCOUNTS

Line 115: from hz_cust_accounts cst,

111: gUserEmail,
112: gCustName ,
113: gCustomerID,
114: gCustomerAddrID
115: from hz_cust_accounts cst,
116: hz_parties cust_party,
117: hz_cust_account_roles con,
118: hz_parties party,
119: hz_parties rel_party,

Line 121: hz_cust_accounts acct

117: hz_cust_account_roles con,
118: hz_parties party,
119: hz_parties rel_party,
120: hz_relationships rel,
121: hz_cust_accounts acct
122: where
123: cst.cust_account_id = con.cust_account_id
124: and con.cust_account_role_id = gContactID
125: and rownum = 1