DBA Data[Home] [Help]

APPS.PAY_SBF_BUS dependencies on PAY_SHADOW_BALANCE_FEEDS

Line 168: from pay_shadow_balance_feeds sbf

164: -- balance type is unique.
165: --
166: cursor csr_exists is
167: select null
168: from pay_shadow_balance_feeds sbf
169: where sbf.input_value_id = p_input_value_id
170: and nvl(sbf.balance_type_id, hr_api.g_number) = p_balance_type_id;
171: --
172: -- Cursor to check that the balance type exists and is compatible with

Line 264: from pay_shadow_balance_feeds sbf

260: -- is unique.
261: --
262: cursor csr_exists is
263: select null
264: from pay_shadow_balance_feeds sbf
265: where sbf.input_value_id = p_input_value_id
266: and nvl(upper(sbf.balance_name), hr_api.g_varchar2) =
267: upper(p_balance_name);
268: --