DBA Data[Home] [Help]

APPS.IGF_AW_AWARD_PKG dependencies on IGF_AW_FUND_MAST_PKG

Line 436: x_lock := igf_aw_fund_mast_pkg.get_pk_for_validation (new_references.fund_id);

432:
433: IF (((old_references.fund_id = new_references.fund_id)) OR ((new_references.fund_id IS NULL))) THEN
434: FOR i IN 1..200 LOOP
435: BEGIN
436: x_lock := igf_aw_fund_mast_pkg.get_pk_for_validation (new_references.fund_id);
437: EXCEPTION
438: WHEN others THEN
439: x_lock := FALSE;
440: END;

Line 458: x_lock := igf_aw_fund_mast_pkg.get_pk_for_validation (new_references.fund_id);

454: ELSE
455:
456: FOR i IN 1..200 LOOP
457: BEGIN
458: x_lock := igf_aw_fund_mast_pkg.get_pk_for_validation (new_references.fund_id);
459: EXCEPTION
460: WHEN others THEN
461: x_lock := FALSE;
462: END;