DBA Data[Home] [Help]

APPS.PAY_SGB_SHD dependencies on PAY_SHADOW_GU_BAL_EXCLUSIONS

Line 71: from pay_shadow_gu_bal_exclusions

67: ,balance_type_name
68: ,balance_type_id
69: ,exclusion_rule_id
70: ,object_version_number
71: from pay_shadow_gu_bal_exclusions
72: where grossup_balances_id = p_grossup_balances_id;
73: --
74: l_fct_ret boolean;
75: --

Line 143: from pay_shadow_gu_bal_exclusions

139: ,balance_type_name
140: ,balance_type_id
141: ,exclusion_rule_id
142: ,object_version_number
143: from pay_shadow_gu_bal_exclusions
144: where grossup_balances_id = p_grossup_balances_id
145: for update nowait;
146: --
147: l_proc varchar2(72) := g_package||'lck';

Line 186: fnd_message.set_token('TABLE_NAME', 'pay_shadow_gu_bal_exclusions');

182: -- The object is locked therefore we need to supply a meaningful
183: -- error message.
184: --
185: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
186: fnd_message.set_token('TABLE_NAME', 'pay_shadow_gu_bal_exclusions');
187: fnd_message.raise_error;
188: End lck;
189: --
190: -- ----------------------------------------------------------------------------