DBA Data[Home] [Help]

APPS.GMS_GROUP_REVERSAL_PKG dependencies on GMS_TRANSACTIONS_PUB

Line 150: gms_transactions_pub.validate_transaction (x_project_id ,

146: where adl.expenditure_item_id = org_rec.expenditure_item_id
147: and adl.document_type = 'EXP'
148: and adl.adl_status = 'A' ;
149:
150: gms_transactions_pub.validate_transaction (x_project_id ,
151: new_rec.task_id,
152: x_award_id ,
153: new_rec.expenditure_type ,
154: new_rec.expenditure_item_date ,

Line 277: gms_transactions_pub.validate_transaction (x_project_id ,

273: where adl.expenditure_item_id = org_rec.encumbrance_item_id
274: and adl.document_type = 'ENC'
275: and adl.adl_status = 'A' ;
276:
277: gms_transactions_pub.validate_transaction (x_project_id ,
278: new_rec.task_id ,
279: x_award_id ,
280: new_rec.encumbrance_type ,
281: new_rec.encumbrance_item_date ,