DBA Data[Home] [Help]

APPS.PAY_SBA_BUS dependencies on PAY_SHADOW_BALANCE_TYPES

Line 106: , pay_shadow_balance_types bt

102: --
103: cursor csr_exclusion_rule_id_valid is
104: select null
105: from pay_template_exclusion_rules ter
106: , pay_shadow_balance_types bt
107: , pay_shadow_defined_balances db
108: where db.defined_balance_id = p_defined_balance_id
109: and bt.balance_type_id = db.balance_type_id
110: and ter.exclusion_rule_id = p_exclusion_rule_id