DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on WIP_TRANSACTIONS

Line 2627: -- Process WIP transactions

2623: -- no completion in another cost group
2624: IF c_low_level_code_cur%FOUND THEN
2625:
2626: -- ===================================================================
2627: -- Process WIP transactions
2628: -- ===================================================================
2629: -- Process non-rework assembly completion transactons
2630: CST_PERIODIC_ABSORPTION_PROC.Process_Non_Rework_Comps
2631: (p_period_id => p_period_id

Line 3243: FROM wip_transactions wt

3239: l_count_rows := 0;
3240:
3241: SELECT count(1)
3242: INTO l_count_rows
3243: FROM wip_transactions wt
3244: WHERE wt.creation_date > ( SELECT MIN(cppp.process_date)
3245: FROM cst_pac_process_phases cppp
3246: WHERE
3247: ( (cppp.process_phase <= 4 OR cppp.process_phase = 7)