DBA Data[Home] [Help]

APPS.PAY_SET_UPD dependencies on PAY_SHADOW_ELEMENT_TYPES

Line 63: -- Update the pay_shadow_element_types Row

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

Line 65: update pay_shadow_element_types

61: --
62: --
63: -- Update the pay_shadow_element_types Row
64: --
65: update pay_shadow_element_types
66: set
67: classification_name = p_rec.classification_name,
68: additional_entry_allowed_flag = p_rec.additional_entry_allowed_flag,
69: adjustment_only_flag = p_rec.adjustment_only_flag,