DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on WIP_COST_TXN_INTERFACE

Line 3105: FROM wip_cost_txn_interface wcti

3101: l_count_rows := 0;
3102:
3103: SELECT count(1)
3104: INTO l_count_rows
3105: FROM wip_cost_txn_interface wcti
3106: WHERE CST_PAC_ITERATION_PROCESS_PVT.Check_Cst_Group_Org(wcti.organization_id) = 'Y'
3107: AND wcti.transaction_date BETWEEN p_period_start_date AND p_period_end_date
3108: AND ROWNUM = 1;
3109: