DBA Data[Home] [Help]

APPS.HR_TEMPLATE_EXISTENCE dependencies on PAY_BALANCE_TYPES

Line 363: FROM pay_balance_types pbt

359: hr_utility.set_location('hr_template_existence.bal_exists',10);
360:
361: SELECT pbt.balance_type_id
362: INTO already_exists
363: FROM pay_balance_types pbt
364: WHERE pbt.balance_name = p_bal_name
365: AND pbt.business_group_id = p_bg_id;
366:
367: hr_utility.set_location('hr_template_existence.bal_exists',20);