DBA Data[Home] [Help]

APPS.PAY_SBT_UPD dependencies on PAY_SHADOW_BALANCE_TYPES

Line 63: -- Update the pay_shadow_balance_types Row

59: --
60: p_rec.object_version_number := p_rec.object_version_number + 1;
61: --
62: --
63: -- Update the pay_shadow_balance_types Row
64: --
65: update pay_shadow_balance_types
66: set
67: assignment_remuneration_flag = p_rec.assignment_remuneration_flag,

Line 65: update pay_shadow_balance_types

61: --
62: --
63: -- Update the pay_shadow_balance_types Row
64: --
65: update pay_shadow_balance_types
66: set
67: assignment_remuneration_flag = p_rec.assignment_remuneration_flag,
68: balance_name = p_rec.balance_name,
69: balance_uom = p_rec.balance_uom,