DBA Data[Home] [Help]

APPS.PA_COSTING dependencies on PA_CC_UTILS

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

658: /* bug 3149022 */
659:
660: BEGIN
661: -- Initialize the error stack
662: pa_cc_utils.set_curr_function('PA_COSTING.CreateNewCdl');
663: /* Bug 3149022 */
664:
665: SELECT ITEMS.expenditure_item_date
666: ,ITEMS.org_id

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

777: /* Create the new reversing CDL */
778:
779: X_err_stack := X_err_stack ||'->Max_line_num' ;
780: X_err_stage := '-> Insert row in CDL table';
781: pa_cc_utils.log_message('Gl Accounted Flag['||PA_TRANSACTIONS.GL_ACCOUNTED_FLAG||
782: ']l_gl_date['||l_gl_date||']x_gl_date['||x_gl_date||']');
783:
784: -- Insert into pa_cost_distribution_lines
785: Insert into pa_cost_distribution_lines_All

Line 924: pa_cc_utils.reset_curr_function;

920: ) ;
921:
922: X_err_stack := old_stack ;
923:
924: pa_cc_utils.reset_curr_function;
925:
926: EXCEPTION
927: WHEN OTHERS THEN
928: X_err_code := SQLCODE;