DBA Data[Home] [Help]

APPS.GMS_EXP_ADJUSTMENT_PKG dependencies on GMS_TRANSACTIONS_PUB

Line 103: gms_transactions_pub.validate_transaction (x_project_id ,

99: WHEN others then
100: Raise ;
101: END ;
102:
103: gms_transactions_pub.validate_transaction (x_project_id ,
104: new_rec.task_id,
105: x_award_id ,
106: new_rec.expenditure_type ,
107: new_rec.expenditure_item_date ,

Line 333: gms_transactions_pub.validate_transaction (x_project_id ,

329: WHEN others then
330: Raise ;
331: END ;
332:
333: gms_transactions_pub.validate_transaction (x_project_id ,
334: new_rec.task_id ,
335: x_award_id ,
336: new_rec.encumbrance_type ,
337: new_rec.encumbrance_item_date ,