DBA Data[Home] [Help]

APPS.PA_BURDEN_COSTING dependencies on PA_GMS_API

Line 27: if pa_gms_api.is_sponsored_project(x_project_id) THEN

23: -- set_current_sponsored_flag, get_current_sponsored_flag were added.
24: -- ======
25: PROCEDURE set_current_sponsored_flag(x_project_id in number) IS
26: BEGIN
27: if pa_gms_api.is_sponsored_project(x_project_id) THEN
28: current_sponsored_flag := 'Y' ;
29: else
30: current_sponsored_flag := 'N' ;
31: end if ;

Line 488: l_gms_installed := pa_gms_api.vert_install; /* Bug# 5406802 */

484: /*Code Changes for Bug No.2984871 end */
485:
486: begin
487:
488: l_gms_installed := pa_gms_api.vert_install; /* Bug# 5406802 */
489:
490: /* x_request_id:=FND_GLOBAL.CONC_REQUEST_ID(); --Commented for Bug# 2255068*/
491:
492: /*2933915 :Caching the value of user_id and burden profile */

Line 2083: PA_GMS_API.vert_trx_interface(0,0,'PAXCBCAB', 'PA_BURDEN_COSTING', i, status, 'N') ;

2079: -- ------------------------------------------------------------------------
2080: IF P_DEBUG_MODE THEN
2081: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1760:Call Vertical APPS interface for i>=500');
2082: END IF;
2083: PA_GMS_API.vert_trx_interface(0,0,'PAXCBCAB', 'PA_BURDEN_COSTING', i, status, 'N') ;
2084: IF P_DEBUG_MODE THEN
2085: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1760:Call Vertical APPS interface for i>=500 END.');
2086: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1800:Call FlushEiTabs');
2087: END IF;

Line 2582: PA_GMS_API.vert_trx_interface(0,0,'PAXCBCAB', 'PA_BURDEN_COSTING', i, status, 'N') ;

2578: IF P_DEBUG_MODE THEN
2579: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1760:Call Vertical APPS interface for i>=500');
2580: END IF;
2581:
2582: PA_GMS_API.vert_trx_interface(0,0,'PAXCBCAB', 'PA_BURDEN_COSTING', i, status, 'N') ;
2583:
2584: IF P_DEBUG_MODE THEN
2585: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1760:Call Vertical APPS interface for i>=500 END.');
2586: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '2350:Process Last Set ..Call Flusheitabs');