DBA Data[Home] [Help]

APPS.PAY_FORMULA_RESULT_RULE_API dependencies on PAY_FORMULA_RESULT_RULES_F

Line 220: from pay_formula_result_rules_f frr

216: l_element_type_id pay_status_processing_rules_f.element_type_id%type;
217: --
218: cursor c_spr_element is
219: select spr.element_type_id
220: from pay_formula_result_rules_f frr
221: ,pay_status_processing_rules_f spr
222: where frr.formula_result_rule_id = p_formula_result_rule_id
223: and spr.status_processing_rule_id = frr.status_processing_rule_id
224: and p_effective_date between frr.effective_start_date