DBA Data[Home] [Help]

APPS.PAY_SBA_UPD dependencies on PAY_SHADOW_BAL_ATTRIBUTES

Line 68: -- Update the pay_shadow_bal_attributes Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the pay_shadow_bal_attributes Row
69: --
70: update pay_shadow_bal_attributes
71: set
72: balance_attribute_id = p_rec.balance_attribute_id

Line 70: update pay_shadow_bal_attributes

66: --
67: --
68: -- Update the pay_shadow_bal_attributes Row
69: --
70: update pay_shadow_bal_attributes
71: set
72: balance_attribute_id = p_rec.balance_attribute_id
73: ,attribute_name = p_rec.attribute_name
74: ,defined_balance_id = p_rec.defined_balance_id