DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_ADJ_API dependencies on PAY_CONSOLIDATION_SETS

Line 3290: FROM PAY_CONSOLIDATION_SETS

3286: BEGIN
3287: hr_utility.set_location(c_proc, 10);
3288: SELECT consolidation_set_id
3289: INTO l_consolidation_set_id
3290: FROM PAY_CONSOLIDATION_SETS
3291: WHERE consolidation_set_name = p_consolidation_set
3292: and business_group_id = l_bg_id
3293: ;
3294: EXCEPTION