DBA Data[Home] [Help]

APPS.PA_AP_INTEGRATION dependencies on GMS_TRANSACTIONS_PUB

Line 929: /*If gms is installed then call the gms_transactions_pub.validate_transaction to validate the award information */

925: l_expenditure_type := NULL;
926: l_DESTINATION_TYPE_CODE := NULL; /* Added for bug 16312792 */
927: end;
928:
929: /*If gms is installed then call the gms_transactions_pub.validate_transaction to validate the award information */
930:
931: IF l_gms_installed THEN /*Added for bug 14050469 */
932:
933: begin

Line 957: gms_transactions_pub.validate_transaction( l_project_id,

953: end;
954:
955:
956:
957: gms_transactions_pub.validate_transaction( l_project_id,
958: l_task_id,
959: l_award_id,
960: l_expenditure_type,
961: l_profile_date ,