DBA Data[Home] [Help]

APPS.GMS_TRANSACTIONS_PUB dependencies on STANDARD

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

922: -- 4. Populate award id if required.
923: -- Award id passed null and award_number is not null.
924: -- 5. Sponsored project missing award should error out.
925: -- 6. Check expenditure type belongs to allowable exp's.
926: -- 7. Call gms standard validations defined in
927: -- gms_transaction_pub.
928: -- ================================================================
929:
930: l_award_id := X_award_id ;

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

1027: return;
1028:
1029: end if;
1030:
1031: -- 7. Call gms standard validations defined in
1032: -- gms_transaction_pub.
1033:
1034: gms_transactions_pub.validate_transaction(p_project_id => X_project_id,
1035: p_task_id => X_task_id,