DBA Data[Home] [Help]

APPS.PAY_DEFINED_BALANCES_PKG dependencies on PAY_BAL_ATTRIBUTE_DEFAULTS

Line 305: from pay_bal_attribute_defaults pbd

301: ,ctl_session_date date)
302: is
303: select pbd.attribute_id
304: , pbd.bal_attribute_default_id
305: from pay_bal_attribute_defaults pbd
306: , pay_balance_categories_f pbc
307: , pay_bal_attribute_definitions bad
308: where bad.attribute_id = pbd.attribute_id
309: and ((ctl_business_group_id is not null

Line 535: -- pay_bal_attribute_defaults table. If a row exists for the category_id

531: end if;
532: CLOSE C;
533: --
534: -- insert balance attributes after defined balance created. Check the
535: -- pay_bal_attribute_defaults table. If a row exists for the category_id
536: -- of the balance_type of the defined balance just inserted, and the dimension
537: -- just inserted, then create the associated attribute.
538: --
539: hr_utility.trace('x_mode: '||x_mode);