DBA Data[Home] [Help]

APPS.PAY_SSR_SHD dependencies on PAY_SHADOW_SUB_CLASSI_RULES

Line 60: from pay_shadow_sub_classi_rules

56: element_type_id,
57: element_classification,
58: object_version_number
59: , exclusion_rule_id
60: from pay_shadow_sub_classi_rules
61: where sub_classification_rule_id = p_sub_classification_rule_id;
62: --
63: l_proc varchar2(72) := g_package||'api_updating';
64: l_fct_ret boolean;

Line 134: from pay_shadow_sub_classi_rules

130: element_type_id,
131: element_classification,
132: object_version_number
133: , exclusion_rule_id
134: from pay_shadow_sub_classi_rules
135: where sub_classification_rule_id = p_sub_classification_rule_id
136: for update nowait;
137: --
138: l_proc varchar2(72) := g_package||'lck';

Line 178: hr_utility.set_message_token('TABLE_NAME', 'pay_shadow_sub_classi_rules');

174: -- The object is locked therefore we need to supply a meaningful
175: -- error message.
176: --
177: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
178: hr_utility.set_message_token('TABLE_NAME', 'pay_shadow_sub_classi_rules');
179: hr_utility.raise_error;
180: End lck;
181: --
182: -- ----------------------------------------------------------------------------