DBA Data[Home] [Help]

APPS.GMS_PA_API dependencies on PA_COST_DISTRIBUTION_LINES

Line 806: FROM pa_cost_distribution_lines cdl

802: -- GET max CDL line NUM.
803: -- ----------------------------------
804: CURSOR C_CDL_NUM is
805: SELECT cdl.line_num
806: FROM pa_cost_distribution_lines cdl
807: WHERE cdl.expenditure_item_id = X_ei_id
808: and line_num_reversed is null
809: and reversed_flag is NULL ;
810: