DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on CST_ORGANIZATION_DEFINITIONS

Line 3131: FROM cst_organization_definitions ood

3127: INTO l_count_rows
3128: FROM rcv_transactions_interface rti
3129: WHERE rti.to_organization_code IN
3130: (SELECT ood.organization_code
3131: FROM cst_organization_definitions ood
3132: WHERE CST_PAC_ITERATION_PROCESS_PVT.Check_Cst_Group_Org(ood.organization_id) = 'Y'
3133: )
3134: AND rti.transaction_date BETWEEN p_period_start_date AND p_period_end_date
3135: AND ROWNUM = 1;