DBA Data[Home] [Help]

APPS.GMS_POR_API dependencies on STANDARD

Line 236: -- Validate award does the standard grants validations

232:
233: END IS_SPONSORED_PROJECT ;
234:
235: -- =========================================================
236: -- Validate award does the standard grants validations
237: -- program unit make sure that award is entered for
238: -- sponsored projects and expenditure item date
239: -- validations are done.
240: -- Grants common routine for standard validations is

Line 240: -- Grants common routine for standard validations is

236: -- Validate award does the standard grants validations
237: -- program unit make sure that award is entered for
238: -- sponsored projects and expenditure item date
239: -- validations are done.
240: -- Grants common routine for standard validations is
241: -- called here.
242: -- =========================================================
243: PROCEDURE validate_award ( X_project_id IN NUMBER,
244: X_task_id IN NUMBER,

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

332: -- 4. Populate award id if required.
333: -- Award id passed null and award_number is not null.
334: -- 5. Sponsored project missing award should error out.
335: -- 6. Check expenditure type belongs to allowable exp's.
336: -- 7. Call gms standard validations defined in
337: -- gms_transaction_pub.
338: -- ================================================================
339:
340: l_award_id := X_award_id ;

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

444: return;
445:
446: end if;
447:
448: -- 7. Call gms standard validations defined in
449: -- gms_transaction_pub.
450:
451: gms_transactions_pub.validate_transaction(p_project_id => X_project_id,
452: p_task_id => X_task_id,