DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on MTL_TRANSACTIONS_INTERFACE

Line 3137: FROM mtl_transactions_interface mti

3133: l_count_rows := 0;
3134:
3135: SELECT count(1)
3136: INTO l_count_rows
3137: FROM mtl_transactions_interface mti
3138: WHERE CST_PAC_ITERATION_PROCESS_PVT.Check_Cst_Group_Org(mti.organization_id) = 'Y'
3139: AND mti.transaction_date BETWEEN p_period_start_date AND p_period_end_date
3140: AND ROWNUM = 1;
3141: