DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on WIP_TRANSACTIONS

Line 2629: -- Process WIP transactions

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

Line 3188: FROM wip_transactions wt

3184: l_count_rows := 0;
3185:
3186: SELECT count(1)
3187: INTO l_count_rows
3188: FROM wip_transactions wt
3189: WHERE wt.creation_date > ( SELECT MIN(cppp.process_date)
3190: FROM cst_pac_process_phases cppp
3191: WHERE
3192: ( (cppp.process_phase <= 4 OR cppp.process_phase = 7)