DBA Data[Home] [Help]

APPS.AR_DEPOSIT_LIB_PVT dependencies on HZ_CUST_ACCOUNT_ROLES

Line 74: from hz_cust_account_roles acct_role,

70: l_more_than_one boolean;
71:
72: cursor c_customer_contact is
73: select distinct acct_role.cust_account_role_id contact_id
74: from hz_cust_account_roles acct_role,
75: hz_parties party,
76: hz_relationships rel,
77: hz_org_contacts org_cont,
78: hz_parties rel_party

Line 98: from hz_cust_account_roles acct_role,

94: ORDER BY 1;
95:
96: cursor c_address_contact is
97: select distinct acct_role.cust_account_role_id contact_id
98: from hz_cust_account_roles acct_role,
99: hz_parties party,
100: hz_relationships rel,
101: hz_org_contacts org_cont,
102: hz_parties rel_party,

Line 794: from hz_cust_account_roles acct_role,

790: arp_util.debug('ar_deposit_lib_pvt.GET_CONTACT_ID() +' );
791: begin
792: SELECT acct_role.cust_account_role_id
793: INTO l_selected_id
794: from hz_cust_account_roles acct_role,
795: hz_parties party,
796: hz_relationships rel,
797: hz_org_contacts org_cont,
798: hz_parties rel_party

Line 2102: from hz_cust_account_roles acct_role,

2098: --validate contact id
2099: begin
2100: SELECT acct_role.cust_account_role_id
2101: INTO l_dummy
2102: from hz_cust_account_roles acct_role,
2103: hz_parties party,
2104: hz_relationships rel,
2105: hz_org_contacts org_cont,
2106: hz_parties rel_party

Line 2185: from hz_cust_account_roles acct_role,

2181: --validate x_ship_to_contact_id
2182: begin
2183: SELECT acct_role.cust_account_role_id
2184: INTO l_dummy
2185: from hz_cust_account_roles acct_role,
2186: hz_parties party,
2187: hz_relationships rel,
2188: hz_org_contacts org_cont,
2189: hz_parties rel_party