DBA Data[Home] [Help]

APPS.PA_UTILS2 dependencies on PA_COSTING

Line 1172: This line_num is passed to Pa_Costing.ReverseCdl when it is being called from the

1168: -- Cursor to pick up all CDLs with intermediate status 'Y' for creation of
1169: -- reversing and new CDLs .
1170:
1171: /* Bug 4374769 : The cursor c_sel_cdl is modified to also select the line_num for a cdl with transfer_status_code as 'Y'.
1172: This line_num is passed to Pa_Costing.ReverseCdl when it is being called from the
1173: populate_gl_dates procedure to create reversing and new lines for the line_num that is being passed. */
1174:
1175: Cursor c_sel_cdl Is
1176: SELECT

Line 1317: Pa_Costing.ReverseCdl

1313: AND CDL.TRANSFER_STATUS_CODE in ('P','R');
1314:
1315: ELSE
1316:
1317: Pa_Costing.ReverseCdl
1318: ( X_expenditure_item_id => l_exp_item_id
1319: , X_billable_flag => l_billable_flag
1320: , X_amount => NULL
1321: , X_quantity => NULL

Line 1650: /* Bug 4374769 : The line_num is passed to Pa_Costing.ReverseCdl to create reversing and new lines for the line_num that is being passed. */

1646:
1647:
1648: -- Creating REVERSING and NEW CDLs .
1649:
1650: /* Bug 4374769 : The line_num is passed to Pa_Costing.ReverseCdl to create reversing and new lines for the line_num that is being passed. */
1651:
1652: For cdlsel in c_sel_cdl Loop
1653: Pa_Costing.ReverseCdl
1654: ( X_expenditure_item_id => cdlsel.expenditure_item_id

Line 1653: Pa_Costing.ReverseCdl

1649:
1650: /* Bug 4374769 : The line_num is passed to Pa_Costing.ReverseCdl to create reversing and new lines for the line_num that is being passed. */
1651:
1652: For cdlsel in c_sel_cdl Loop
1653: Pa_Costing.ReverseCdl
1654: ( X_expenditure_item_id => cdlsel.expenditure_item_id
1655: , X_billable_flag => cdlsel.billable_flag
1656: , X_amount => NULL
1657: , X_quantity => NULL