DBA Data[Home] [Help]

APPS.GMS_TRANSACTIONS dependencies on GMS_TRANSACTIONS

Line 1: PACKAGE BODY GMS_TRANSACTIONS AS

1: PACKAGE BODY GMS_TRANSACTIONS AS
2: /* $Header: GMSTRANB.pls 115.3 2002/11/26 12:41:21 mmalhotr ship $ */
3:
4:
5: -- ========================================================================

Line 1204: pa_cc_utils.log_message('In gms_transactions.CreateRelatedItem: After select statement');

1200: WHERE
1201: e.expenditure_id = ei.expenditure_id
1202: AND ei.expenditure_item_id = X_source_exp_item_id
1203: AND ei.task_id = t.task_id;
1204: pa_cc_utils.log_message('In gms_transactions.CreateRelatedItem: After select statement');
1205:
1206: IF ( X_project_id IS NULL
1207: OR X_task_id IS NULL ) THEN
1208:

Line 1384: gms_transactions.LoadEi( X_expenditure_item_id => X_expenditure_item_id

1380: in PA_UTILS2
1381:
1382: pa_cc_utils.log_message('Before Call to LoadEi');
1383:
1384: gms_transactions.LoadEi( X_expenditure_item_id => X_expenditure_item_id
1385: ,X_expenditure_id => X_expenditure_id
1386: ,X_expenditure_item_date => X_expenditure_item_date
1387: ,X_project_id => NULL
1388: ,X_task_id => X_dest_task_id

Line 1451: gms_transactions.InsItems( X_user => X_userid

1447: ,X_Recv_Operating_Unit => PA_UTILS2.GetPrjOrgId(X_dest_proj_id,
1448: X_dest_task_id) ) ;
1449: pa_cc_utils.log_message('After call to LoadEi');
1450:
1451: gms_transactions.InsItems( X_user => X_userid
1452: , X_login => 0
1453: , X_module => 'CreateRelatedItem'
1454: , X_calling_process => 'RELATED_ITEM'
1455: , Rows => 1

Line 1460: gms_transactions.FlushEiTabs;

1456: , X_status => temp_status
1457: , X_gl_flag => 'N' );
1458: pa_cc_utils.log_message('After call to InsItems');
1459:
1460: gms_transactions.FlushEiTabs;
1461:
1462: X_status := 0;
1463: X_outcome := NULL;
1464: pa_cc_utils.log_message('End ');

Line 1515: END GMS_TRANSACTIONS;

1511: */
1512:
1513: END UpdateRelatedItem;
1514:
1515: END GMS_TRANSACTIONS;