DBA Data[Home] [Help]

APPS.GMS_POR_API dependencies on STANDARD

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

289:
290: END IS_SPONSORED_PROJECT ;
291:
292: -- =========================================================
293: -- Validate award does the standard grants validations
294: -- program unit make sure that award is entered for
295: -- sponsored projects and expenditure item date
296: -- validations are done.
297: -- Grants common routine for standard validations is

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

293: -- Validate award does the standard grants validations
294: -- program unit make sure that award is entered for
295: -- sponsored projects and expenditure item date
296: -- validations are done.
297: -- Grants common routine for standard validations is
298: -- called here.
299: -- =========================================================
300: PROCEDURE validate_award ( X_project_id IN NUMBER,
301: X_task_id IN NUMBER,

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

399: -- 4. Populate award id if required.
400: -- Award id passed null and award_number is not null.
401: -- 5. Sponsored project missing award should error out.
402: -- 6. Check expenditure type belongs to allowable exp's.
403: -- 7. Call gms standard validations defined in
404: -- gms_transaction_pub.
405: -- ================================================================
406:
407: l_award_id := X_award_id ;

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

511: return;
512:
513: end if;
514:
515: -- 7. Call gms standard validations defined in
516: -- gms_transaction_pub.
517:
518: --Added debug messages for the bug 12901042
519: IF g_debug = 'Y' THEN