DBA Data[Home] [Help]

APPS.PAY_ELEMENT_TEMPLATE_UTIL dependencies on PAY_SHADOW_BAL_ATTRIBUTES

Line 1026: from pay_shadow_bal_attributes

1022: attribute_name,
1023: defined_balance_id,
1024: object_version_number,
1025: exclusion_rule_id
1026: from pay_shadow_bal_attributes
1027: where defined_balance_id = p_defined_balance_id
1028: for update of balance_attribute_id;
1029: begin
1030: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 3315: -- pay_shadow_bal_attributes --

3311: ----------------------------------
3312: -- Delete in foreign key order. --
3313: ----------------------------------
3314: -------------------------------
3315: -- pay_shadow_bal_attributes --
3316: -------------------------------
3317: delete from pay_shadow_bal_attributes
3318: where defined_balance_id in
3319: (

Line 3317: delete from pay_shadow_bal_attributes

3313: ----------------------------------
3314: -------------------------------
3315: -- pay_shadow_bal_attributes --
3316: -------------------------------
3317: delete from pay_shadow_bal_attributes
3318: where defined_balance_id in
3319: (
3320: select db.defined_balance_id
3321: from pay_shadow_defined_balances db