DBA Data[Home] [Help]

APPS.GMS_TRANSACTIONS_PUB dependencies on STANDARD

Line 910: -- 7. Call gms standard validations defined in

906: -- 4. Populate award id if required.
907: -- Award id passed null and award_number is not null.
908: -- 5. Sponsored project missing award should error out.
909: -- 6. Check expenditure type belongs to allowable exp's.
910: -- 7. Call gms standard validations defined in
911: -- gms_transaction_pub.
912: -- ================================================================
913:
914: l_award_id := X_award_id ;

Line 1015: -- 7. Call gms standard validations defined in

1011: return;
1012:
1013: end if;
1014:
1015: -- 7. Call gms standard validations defined in
1016: -- gms_transaction_pub.
1017:
1018: gms_transactions_pub.validate_transaction(p_project_id => X_project_id,
1019: p_task_id => X_task_id,