DBA Data[Home] [Help]

APPS.CST_PERIODIC_ABSORPTION_PROC dependencies on CST_ORGANIZATION_DEFINITIONS

Line 3186: FROM cst_organization_definitions ood

3182: INTO l_count_rows
3183: FROM rcv_transactions_interface rti
3184: WHERE rti.to_organization_code IN
3185: (SELECT ood.organization_code
3186: FROM cst_organization_definitions ood
3187: WHERE CST_PAC_ITERATION_PROCESS_PVT.Check_Cst_Group_Org(ood.organization_id) = 'Y'
3188: )
3189: AND rti.transaction_date BETWEEN p_period_start_date AND p_period_end_date
3190: AND ROWNUM = 1;