DBA Data[Home] [Help]

APPS.PA_UTILS2 dependencies on PA_COSTING

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

1184: -- Cursor to pick up all CDLs with intermediate status 'Y' for creation of
1185: -- reversing and new CDLs .
1186:
1187: /* Bug 4374769 : The cursor c_sel_cdl is modified to also select the line_num for a cdl with transfer_status_code as 'Y'.
1188: This line_num is passed to Pa_Costing.ReverseCdl when it is being called from the
1189: populate_gl_dates procedure to create reversing and new lines for the line_num that is being passed. */
1190:
1191: Cursor c_sel_cdl Is
1192: SELECT

Line 1333: Pa_Costing.ReverseCdl

1329: AND CDL.TRANSFER_STATUS_CODE in ('P','R');
1330:
1331: ELSE
1332:
1333: Pa_Costing.ReverseCdl
1334: ( X_expenditure_item_id => l_exp_item_id
1335: , X_billable_flag => l_billable_flag
1336: , X_amount => NULL
1337: , X_quantity => NULL

Line 1666: /* 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. */

1662:
1663:
1664: -- Creating REVERSING and NEW CDLs .
1665:
1666: /* 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. */
1667:
1668: For cdlsel in c_sel_cdl Loop
1669: Pa_Costing.ReverseCdl
1670: ( X_expenditure_item_id => cdlsel.expenditure_item_id

Line 1669: Pa_Costing.ReverseCdl

1665:
1666: /* 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. */
1667:
1668: For cdlsel in c_sel_cdl Loop
1669: Pa_Costing.ReverseCdl
1670: ( X_expenditure_item_id => cdlsel.expenditure_item_id
1671: , X_billable_flag => cdlsel.billable_flag
1672: , X_amount => NULL
1673: , X_quantity => NULL