DBA Data[Home] [Help]

APPS.PAY_SBT_BUS dependencies on PAY_SHADOW_BALANCE_FEEDS

Line 61: from pay_shadow_balance_feeds sbf

57: -- balance exists.
58: --
59: cursor csr_disallow_uom is
60: select null
61: from pay_shadow_balance_feeds sbf
62: where sbf.balance_type_id = p_rec.balance_type_id;
63: --
64: l_proc varchar2(72) := g_package||'chk_non_updateable_args';
65: l_error exception;

Line 695: from pay_shadow_balance_feeds sdb

691: where sbt.base_balance_type_id = p_balance_type_id;
692: --
693: cursor csr_balance_feeds is
694: select null
695: from pay_shadow_balance_feeds sdb
696: where sdb.balance_type_id = p_balance_type_id;
697: --
698: cursor csr_balance_classis is
699: select null