DBA Data[Home] [Help]

APPS.CSTPPPSC dependencies on CST_REVENUE_COGS_CONTROL

Line 1664: FROM cst_revenue_cogs_control

1660: -- to be run for this period to load revenue recognition events into CRRL.
1661: l_stmt_num := 90;
1662: SELECT count(1)
1663: INTO l_phase2_required
1664: FROM cst_revenue_cogs_control
1665: WHERE control_id = 1
1666: AND last_process_upto_date < closing_end_date
1667: AND rownum < 2;
1668: