[Home] [Help]
103: ,p_object_id in number
104: ,p_formula_id in number
105: ) is
106: select null
107: from pay_template_ff_usages tfu
108: where tfu.template_id = p_template_id
109: and tfu.template_ff_usage_id <> p_template_ff_usage_id
110: and tfu.object_id = p_object_id
111: and tfu.formula_id = p_formula_id;