DBA Data[Home] [Help]

APPS.PQH_RLA_SHD dependencies on PQH_RULE_ATTRIBUTES

Line 60: from pqh_rule_attributes

56: ,attribute_code
57: ,operation_code
58: ,attribute_value
59: ,object_version_number
60: from pqh_rule_attributes
61: where rule_attribute_id = p_rule_attribute_id;
62: --
63: l_fct_ret boolean;
64: --

Line 131: from pqh_rule_attributes

127: ,attribute_code
128: ,operation_code
129: ,attribute_value
130: ,object_version_number
131: from pqh_rule_attributes
132: where rule_attribute_id = p_rule_attribute_id
133: for update nowait;
134: --
135: l_proc varchar2(72) := g_package||'lck';

Line 180: fnd_message.set_token('TABLE_NAME', 'pqh_rule_attributes');

176: -- The object is locked therefore we need to supply a meaningful
177: -- error message.
178: --
179: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
180: fnd_message.set_token('TABLE_NAME', 'pqh_rule_attributes');
181: fnd_message.raise_error;
182: End lck;
183: --
184: -- ----------------------------------------------------------------------------