DBA Data[Home] [Help]

APPS.GR_VALIDATE dependencies on HZ_PARTIES

Line 287: FROM hz_parties

283:
284: --Cursor used to validate recipient id
285: CURSOR c_val_recipient_id IS
286: SELECT 1
287: FROM hz_parties
288: WHERE party_id = p_recipient_id;
289:
290: --Local Variables
291: l_temp NUMBER;