DBA Data[Home] [Help]

APPS.CSC_SERVICE_KEY_PVT dependencies on HZ_CUST_ACCOUNT_ROLES

Line 90: FROM hz_cust_account_roles

86: oe.order_number = l_skey_value;
87:
88: CURSOR order_contact_cur IS
89: SELECT party_id
90: FROM hz_cust_account_roles
91: WHERE cust_account_role_id = l_sold_to_contact_id;
92:
93:
94: -- Order Number -- MOAC