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 287: PSP_GENERAL.MULTIORG_CLIENT_INFO(d_set_of_books_id,d_business_group_id,d_operating_unit,l_gms_pa_install);

283: null;
284: End;
285:
286: if p_gms_pa_install IS NULL then
287: PSP_GENERAL.MULTIORG_CLIENT_INFO(d_set_of_books_id,d_business_group_id,d_operating_unit,l_gms_pa_install);
288: else
289: l_gms_pa_install := p_gms_pa_install;
290: end if;
291:

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

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

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

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

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

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

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

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