DBA Data[Home] [Help]

APPS.PA_NL_INSTALLED dependencies on PA_COST_DISTRIBUTION_LINES_ALL

Line 80: UPDATE pa_cost_distribution_lines_all

76:
77: -- this is required because the cdl created by the routine has the value as 'P'
78: -- and is preventing this line to be transferred to FA
79:
80: UPDATE pa_cost_distribution_lines_all
81: SET transfer_status_code = 'V'
82: WHERE expenditure_item_id = l_backout_id;
83:
84: x_status := l_status;