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 492: l_gms_installed := pa_gms_api.vert_install; /* Bug# 5406802 */

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

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

1938: -- ------------------------------------------------------------------------
1939: IF P_DEBUG_MODE THEN
1940: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1760:Call Vertical APPS interface for i>=500');
1941: END IF;
1942: PA_GMS_API.vert_trx_interface(0,0,'PAXCBCAB', 'PA_BURDEN_COSTING', i, status, 'N') ;
1943: IF P_DEBUG_MODE THEN
1944: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1760:Call Vertical APPS interface for i>=500 END.');
1945: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1800:Call FlushEiTabs');
1946: END IF;

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

2434: IF P_DEBUG_MODE THEN
2435: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1760:Call Vertical APPS interface for i>=500');
2436: END IF;
2437:
2438: PA_GMS_API.vert_trx_interface(0,0,'PAXCBCAB', 'PA_BURDEN_COSTING', i, status, 'N') ;
2439:
2440: IF P_DEBUG_MODE THEN
2441: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '1760:Call Vertical APPS interface for i>=500 END.');
2442: pa_cc_utils.log_message('create_burden_expenditure_item: ' || '2350:Process Last Set ..Call Flusheitabs');