DBA Data[Home] [Help]

APPS.OE_CREDIT_CHECK_LINES_PVT dependencies on HZ_PARTIES

Line 1456: FROM hz_parties

1452: WHERE customer_id = p_customer_id;
1453:
1454: CURSOR party_name_csr IS
1455: SELECT party_name
1456: FROM hz_parties
1457: WHERE party_id = p_party_id ;
1458:
1459: -- Cursor to select site use code
1460: CURSOR site_name_csr IS