DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on PSP_GENERAL

Line 245: ---l_dff_grouping_option VARCHAR2(1) DEFAULT psp_general.get_act_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859

241: l_gms_pa_install Varchar2(10);
242: d_set_of_books_id NUMBER;
243: d_business_group_id NUMBER;
244: d_operating_unit NUMBER;
245: ---l_dff_grouping_option VARCHAR2(1) DEFAULT psp_general.get_act_dff_grouping_option(p_business_group_id); -- Introduced for bug fix 2908859
246: -- commented above line for 4992668
247:
248: -- following cursor for 5080403
249: cursor autopop_config_cur is

Line 290: PSP_GENERAL.MULTIORG_CLIENT_INFO(d_set_of_books_id,d_business_group_id,d_operating_unit,l_gms_pa_install);

286: End;
287: */
288:
289: if p_gms_pa_install IS NULL then
290: PSP_GENERAL.MULTIORG_CLIENT_INFO(d_set_of_books_id,d_business_group_id,d_operating_unit,l_gms_pa_install);
291: else
292: l_gms_pa_install := p_gms_pa_install;
293: end if;
294:

Line 307: g_bg_currency_code := psp_general.get_currency_code(p_business_group_id);

303: CLOSE pregen_distribution_check_cur;
304: -- End of bug fix 2094036
305:
306: -- Introduced the following for bug fix 2916848
307: g_bg_currency_code := psp_general.get_currency_code(p_business_group_id);
308:
309: -- Introduced the following for bug fix 3107800
310: OPEN sob_currency_cur;
311: FETCH sob_currency_cur INTO g_sob_currency_code;

Line 336: psp_general.get_currency_precision(g_currency_code, g_precision, g_ext_precision);

332: IF ((g_bg_currency_code = g_currency_code) AND (g_sob_currency_code = g_bg_currency_code)) THEN
333: g_pop_exchange_rate_type := FALSE;
334: END IF;
335:
336: psp_general.get_currency_precision(g_currency_code, g_precision, g_ext_precision);
337: -- End of bug fix 2916848
338:
339: /*************************************************************************************************
340: if g_auto_population ='Y' then

Line 1531: IF (psp_general.get_sponsored_flag(x_project_id) = 'Y') THEN -- Introduced for bug fix 2908859

1527: return;
1528: end if;
1529: -----------
1530: --IF X_GMS_PA_INSTALL = 'PA_GMS' THEN Commented for bug fix 2908859
1531: IF (psp_general.get_sponsored_flag(x_project_id) = 'Y') THEN -- Introduced for bug fix 2908859
1532: --l_control_num := 4; Bug 2096440
1533: /* Commented for bug 2054610
1534: open check_award_csr;
1535: fetch check_award_csr into l_project_id;

Line 2534: v_return_value:= psp_general.find_global_suspense(p_effective_date,

2530: open org_suspense_cur(p_effective_date,'S');
2531: fetch org_suspense_cur into suspense_rec;
2532: if org_suspense_cur%NOTFOUND then
2533: close org_suspense_cur;
2534: v_return_value:= psp_general.find_global_suspense(p_effective_date,
2535: p_business_group_id,
2536: p_set_of_books_id,
2537: v_suspense_account_id );
2538: