DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on MTL_TRANSACTIONS_INTERFACE

Line 3082: FROM mtl_transactions_interface mti

3078: l_count_rows := 0;
3079:
3080: SELECT count(1)
3081: INTO l_count_rows
3082: FROM mtl_transactions_interface mti
3083: WHERE CST_PAC_ITERATION_PROCESS_PVT.Check_Cst_Group_Org(mti.organization_id) = 'Y'
3084: AND mti.transaction_date BETWEEN p_period_start_date AND p_period_end_date
3085: AND ROWNUM = 1;
3086: