DBA Data[Home] [Help]

APPS.PAY_ITERATE dependencies on PAY_RUN_TYPE_ORG_METHODS_F

Line 2661: from pay_run_type_org_methods_f

2657: select run_type_org_method_id
2658: , object_version_number
2659: , effective_start_date
2660: , effective_end_date
2661: from pay_run_type_org_methods_f
2662: where run_type_id = l_rt_id
2663: and org_payment_method_id = l_opm_id
2664: and business_group_id = l_bg_id;
2665: --