DBA Data[Home] [Help]

APPS.PSP_PI_IMPORT_DATA dependencies on PSP_GENERAL

Line 141: g_bg_currency_code := psp_general.get_currency_code(v_business_group_id);

137:
138:
139: -- ENH. fix 2916848
140:
141: g_bg_currency_code := psp_general.get_currency_code(v_business_group_id);
142:
143: -- Introduced for bug fix 3107800
144: OPEN sob_currency_code_cur;
145: FETCH sob_currency_code_cur INTO g_sob_currency_code;

Line 157: psp_general.get_currency_precision(l_currency_code,l_precision,l_ext_precision);

153:
154:
155: l_currency_code := Get_Currency_For_Batch(v_batch_name,v_business_group_id,v_set_of_books_id);
156:
157: psp_general.get_currency_precision(l_currency_code,l_precision,l_ext_precision);
158:
159: -- calling procedure get_currency_precision to calculate precision based on currency_code
160: -- End Enh 2916848
161:

Line 639: PSP_General.get_GL_CCID(P_Payroll_ID => n_Payroll_ID, P_Set_Of_Books_ID =>

635: fnd_msg_pub.add;
636: return 2;
637: End If;
638:
639: PSP_General.get_GL_CCID(P_Payroll_ID => n_Payroll_ID, P_Set_Of_Books_ID =>
640: n_Set_Of_Books_ID, P_Cost_KeyFlex_ID => n_Cost_Allocation_KeyFlex_ID,
641: x_GL_CCID => n_GL_Code_Combination_ID);
642:
643: If n_GL_Code_Combination_ID IS NULL or n_GL_Code_Combination_ID = 0 Then

Line 769: ---l_dff_grouping_option VARCHAR2(1) DEFAULT psp_general.get_act_dff_grouping_option(v_business_group_id); -- Introduced for bug 2908859

765: d_Status_Active_Date Date;
766: d_Assignment_Begin_Date Date;
767: d_Assignment_End_Date Date;
768: -- commented following line for 4992668
769: ---l_dff_grouping_option VARCHAR2(1) DEFAULT psp_general.get_act_dff_grouping_option(v_business_group_id); -- Introduced for bug 2908859
770: l_attribute_category VARCHAR2(30);
771: l_attribute1 VARCHAR2(150);
772: l_attribute2 VARCHAR2(150);
773: l_attribute3 VARCHAR2(150);