DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_LINES_PVT dependencies on HZ_PARTIES

Line 1329: FROM hz_parties

1325: WHERE customer_id = p_customer_id;
1326:
1327: CURSOR party_name_csr IS
1328: SELECT party_name
1329: FROM hz_parties
1330: WHERE party_id = p_party_id ;
1331:
1332: -- Cursor to select site use code
1333: CURSOR site_name_csr IS