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 3201: GMS_PA_API3.Override_Rate_Rev_Id( transaction_id, -- Transaction Item Id

3197: IF (t_rate_sch_rev_id is NULL ) THEN
3198:
3199: t_sch_fixed_date := sch_fixed_date ;
3200:
3201: GMS_PA_API3.Override_Rate_Rev_Id( transaction_id, -- Transaction Item Id
3202: transaction_type, -- Transaction Type
3203: t_id, -- Task Id
3204: schedule_type, -- Schedule Type
3205: exp_item_date, -- EI Date

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

4406: END IF;
4407:
4408: --Bug 5726575
4409: if l_gms_enabled = 'Y' then
4410: gms_pa_api3.mark_impacted_enc_items(errbuf => err_buf,
4411: retcode => ret_code,
4412: p_ind_compiled_set_id => cs1_row.ind_compiled_set_id,
4413: p_g_impacted_cost_bases => G_IMPACTED_COST_BASES_TAB(i),
4414: p_g_cp_structure => G_CP_STRUCTURE,

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

5326: -- consider volume of expenditure items having the same compiled set id
5327: COMMIT;
5328:
5329: if l_gms_enabled = 'Y' then --Bug 5693864
5330: gms_pa_api3.mark_prev_rev_enc_items (errbuf => err_buf,
5331: retcode => ret_code,
5332: p_compiled_set_id => compiled_set_id,
5333: p_start_date => l_start_date,
5334: p_end_date => l_end_date,

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

5637:
5638: COMMIT;
5639:
5640: if l_gms_enabled = 'Y' then --Bug 5726575
5641: gms_pa_api3.mark_prev_rev_enc_items (errbuf => err_buf,
5642: retcode => ret_code,
5643: p_compiled_set_id => compiled_set_id,
5644: p_start_date => l_start_date,
5645: p_end_date => l_end_date,

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

6186: -- consider volume of expenditure items having the same compiled set id
6187: COMMIT;
6188:
6189: if l_gms_enabled = 'Y' then --Bug 5726575
6190: gms_pa_api3.mark_prev_rev_enc_items (errbuf => err_buf,
6191: retcode => ret_code,
6192: p_compiled_set_id => compiled_set_id,
6193: p_start_date => l_start_date,
6194: p_end_date => l_end_date,