DBA Data[Home] [Help]

APPS.AP_WEB_DISC_PKG dependencies on GMS_AWARDS

Line 1770: FROM GMS_AWARDS

1766: BEGIN
1767: IF (p_receipts(rec_count).award_number is not null) THEN
1768: SELECT award_id
1769: INTO p_receipts(rec_count).award_id
1770: FROM GMS_AWARDS
1771: WHERE award_number = p_receipts(rec_count).award_number;
1772: END IF;
1773: EXCEPTION
1774: WHEN OTHERS THEN