DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_UTILS2 dependencies on PA_BUDGET_LINES

Line 133: * This api validates the currency conversion parameters and updates the pa_budget_lines table

129: ,x_return_status OUT NOCOPY Varchar2
130: ) ;
131:
132: /* THIS API is called from EditBudgetLineDetails.java page
133: * This api validates the currency conversion parameters and updates the pa_budget_lines table
134: * if there is any changes in the currency conversion attributes, it calls calculate api ()
135: */
136: PROCEDURE validateAndUpdateBdgtLine(
137: p_budget_line_id IN Number

Line 340: (p_source_fin_plan_version_id IN PA_BUDGET_LINES.budget_version_id%TYPE

336: /** MRC Elimination: Moved this procedure from pa_mrc_finplan pkg to utils as
337: * package itself is dropped
338: */
339: PROCEDURE POPULATE_BL_MAP_TMP
340: (p_source_fin_plan_version_id IN PA_BUDGET_LINES.budget_version_id%TYPE
341: ,x_return_status OUT NOCOPY VARCHAR2
342: ,x_msg_count OUT NOCOPY NUMBER
343: ,x_msg_data OUT NOCOPY VARCHAR2
344: );