DBA Data[Home] [Help]

APPS.PAY_SGB_BUS dependencies on PAY_SHADOW_BALANCE_TYPES

Line 180: from pay_shadow_balance_types sbt

176: -- Cursor to check that the balance_type_id is valid.
177: --
178: cursor c_bal_type_id_valid is
179: select null
180: from pay_shadow_balance_types sbt
181: , pay_shadow_element_types pset
182: where sbt.balance_type_id = p_balance_type_id
183: and sbt.template_id = pset.template_id
184: and pset.element_type_id = p_source_id;