DBA Data[Home] [Help]

APPS.PA_COST_PLUS dependencies on GMS_PA_API3

Line 36: G_gms_enabled varchar2(1):= gms_pa_api3.grants_enabled ;

32: ,P_Cp_Structure IN PA_COST_PLUS_STRUCTURES.COST_PLUS_STRUCTURE%TYPE
33: );
34: /* End Bug# 4527736 */
35:
36: G_gms_enabled varchar2(1):= gms_pa_api3.grants_enabled ;
37:
38:
39: /* End : Add a variable (G_GMS_ENABLED) to hold the value of GMS implemented status
40: ** for Operating Unit with a default value of NULL.

Line 3171: GMS_PA_API3.Override_Rate_Rev_Id( transaction_id, -- Transaction Item Id

3167: IF (t_rate_sch_rev_id is NULL ) THEN
3168:
3169: t_sch_fixed_date := sch_fixed_date ;
3170:
3171: GMS_PA_API3.Override_Rate_Rev_Id( transaction_id, -- Transaction Item Id
3172: transaction_type, -- Transaction Type
3173: t_id, -- Task Id
3174: schedule_type, -- Schedule Type
3175: exp_item_date, -- EI Date

Line 4380: gms_pa_api3.mark_impacted_enc_items(errbuf => err_buf,

4376: END IF;
4377:
4378: --Bug 5726575
4379: if l_gms_enabled = 'Y' then
4380: gms_pa_api3.mark_impacted_enc_items(errbuf => err_buf,
4381: retcode => ret_code,
4382: p_ind_compiled_set_id => cs1_row.ind_compiled_set_id,
4383: p_g_impacted_cost_bases => G_IMPACTED_COST_BASES_TAB(i),
4384: p_g_cp_structure => G_CP_STRUCTURE,

Line 5300: gms_pa_api3.mark_prev_rev_enc_items (errbuf => err_buf,

5296: -- consider volume of expenditure items having the same compiled set id
5297: COMMIT;
5298:
5299: if l_gms_enabled = 'Y' then --Bug 5693864
5300: gms_pa_api3.mark_prev_rev_enc_items (errbuf => err_buf,
5301: retcode => ret_code,
5302: p_compiled_set_id => compiled_set_id,
5303: p_start_date => l_start_date,
5304: p_end_date => l_end_date,

Line 5611: gms_pa_api3.mark_prev_rev_enc_items (errbuf => err_buf,

5607:
5608: COMMIT;
5609:
5610: if l_gms_enabled = 'Y' then --Bug 5726575
5611: gms_pa_api3.mark_prev_rev_enc_items (errbuf => err_buf,
5612: retcode => ret_code,
5613: p_compiled_set_id => compiled_set_id,
5614: p_start_date => l_start_date,
5615: p_end_date => l_end_date,

Line 6024: gms_pa_api3.mark_prev_rev_enc_items (errbuf => err_buf,

6020: -- consider volume of expenditure items having the same compiled set id
6021: COMMIT;
6022:
6023: if l_gms_enabled = 'Y' then --Bug 5726575
6024: gms_pa_api3.mark_prev_rev_enc_items (errbuf => err_buf,
6025: retcode => ret_code,
6026: p_compiled_set_id => compiled_set_id,
6027: p_start_date => l_start_date,
6028: p_end_date => l_end_date,