DBA Data[Home] [Help]

APPS.PA_COSTING dependencies on PA_CC_UTILS

Line 692: pa_cc_utils.set_curr_function('PA_COSTING.CreateNewCdl');

688: /* bug 3149022 */
689:
690: BEGIN
691: -- Initialize the error stack
692: pa_cc_utils.set_curr_function('PA_COSTING.CreateNewCdl');
693: /* Bug 3149022 */
694:
695: SELECT ITEMS.expenditure_item_date
696: ,ITEMS.org_id

Line 811: pa_cc_utils.log_message('Gl Accounted Flag['||PA_TRANSACTIONS.GL_ACCOUNTED_FLAG||

807: /* Create the new reversing CDL */
808:
809: X_err_stack := X_err_stack ||'->Max_line_num' ;
810: X_err_stage := '-> Insert row in CDL table';
811: pa_cc_utils.log_message('Gl Accounted Flag['||PA_TRANSACTIONS.GL_ACCOUNTED_FLAG||
812: ']l_gl_date['||l_gl_date||']x_gl_date['||x_gl_date||']');
813:
814: -- Insert into pa_cost_distribution_lines
815: Insert into pa_cost_distribution_lines_All

Line 966: pa_cc_utils.reset_curr_function;

962: ) ;
963:
964: X_err_stack := old_stack ;
965:
966: pa_cc_utils.reset_curr_function;
967:
968: EXCEPTION
969: WHEN OTHERS THEN
970: X_err_code := SQLCODE;