DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_ADJ_API dependencies on PAY_CONSOLIDATION_SETS

Line 2487: FROM PAY_CONSOLIDATION_SETS

2483: BEGIN
2484: hr_utility.set_location(c_proc, 10);
2485: SELECT consolidation_set_id
2486: INTO l_consolidation_set_id
2487: FROM PAY_CONSOLIDATION_SETS
2488: WHERE consolidation_set_name = p_consolidation_set
2489: and business_group_id = l_bg_id
2490: ;
2491: EXCEPTION