DBA Data[Home] [Help]

APPS.GMS_POR_API dependencies on GMS_TRANSACTIONS_PUB

Line 520: gms_error_pkg.gms_debug (g_error_procedure_name||' Before calling gms_transactions_pub.validate_transaction','C');

516: -- gms_transaction_pub.
517:
518: --Added debug messages for the bug 12901042
519: IF g_debug = 'Y' THEN
520: gms_error_pkg.gms_debug (g_error_procedure_name||' Before calling gms_transactions_pub.validate_transaction','C');
521: END IF;
522: --End for the bug 12901042
523:
524: gms_transactions_pub.validate_transaction(p_project_id => X_project_id,

Line 524: gms_transactions_pub.validate_transaction(p_project_id => X_project_id,

520: gms_error_pkg.gms_debug (g_error_procedure_name||' Before calling gms_transactions_pub.validate_transaction','C');
521: END IF;
522: --End for the bug 12901042
523:
524: gms_transactions_pub.validate_transaction(p_project_id => X_project_id,
525: p_task_id => X_task_id,
526: p_award_id => l_award_id,
527: p_expenditure_type => X_expenditure_type,
528: p_expenditure_item_date => X_expenditure_item_date,

Line 534: gms_error_pkg.gms_debug (g_error_procedure_name||' After calling gms_transactions_pub.validate_transaction','C');

530: p_outcome => X_err_msg );
531:
532: --Added debug messages for the bug 12901042
533: IF g_debug = 'Y' THEN
534: gms_error_pkg.gms_debug (g_error_procedure_name||' After calling gms_transactions_pub.validate_transaction','C');
535: END IF;
536: --End for the bug 12901042
537:
538: if X_err_msg is NOT NULL then