DBA Data[Home] [Help]

APPS.PAY_TFU_BUS dependencies on PAY_TEMPLATE_FF_USAGES

Line 107: from pay_template_ff_usages tfu

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;