DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on WIP_COST_TXN_INTERFACE

Line 3160: FROM wip_cost_txn_interface wcti

3156: l_count_rows := 0;
3157:
3158: SELECT count(1)
3159: INTO l_count_rows
3160: FROM wip_cost_txn_interface wcti
3161: WHERE CST_PAC_ITERATION_PROCESS_PVT.Check_Cst_Group_Org(wcti.organization_id) = 'Y'
3162: AND wcti.transaction_date BETWEEN p_period_start_date AND p_period_end_date
3163: AND ROWNUM = 1;
3164: