DBA Data[Home] [Help]

APPS.PAY_SBA_BUS dependencies on PAY_TEMPLATE_EXCLUSION_RULES

Line 105: from pay_template_exclusion_rules ter

101: -- Cursor to check that the exclusion_rule_id is valid.
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