DBA Data[Home] [Help]

APPS.GMD_CUSTOMER_TESTS_GRP dependencies on GL_PLCY_MST

Line 85: gl_plcy_mst g

81: SELECT 1
82: FROM hz_cust_accounts_all a,
83: hz_parties p,
84: hz_cust_acct_sites_all s,
85: gl_plcy_mst g
86: WHERE a.cust_account_id = s.cust_account_id
87: AND p.party_id = a.party_id
88: AND g.org_id = s.org_id
89: AND a.cust_account_id = p_cust_id;