DBA Data[Home] [Help]

APPS.PAY_PPR_BUS dependencies on PAY_STATUS_RULES_PKG

Line 624: (pay_status_rules_pkg.result_rules_exist(p_status_processing_rule_id,

620: -- formula can not be updated if result rule exist with in
621: -- date range specified for Status Processing Rule
622: --
623: if (p_formula_id <> nvl(pay_ppr_shd.g_old_rec.formula_id,p_formula_id)) and
624: (pay_status_rules_pkg.result_rules_exist(p_status_processing_rule_id,
625: p_start_date, p_end_date)) then
626: fnd_message.set_name('PAY','HR_7135_SPR_FORMULA_NO_UPDATE');
627: fnd_message.raise_error;
628: end if;

Line 637: and pay_status_rules_pkg.no_input_values_match_formula(p_element_type_id,p_formula_id)) then

633: -- data type of any of the inputs of the selected formula
634: --
635:
636: if (p_formula_id is not null
637: and pay_status_rules_pkg.no_input_values_match_formula(p_element_type_id,p_formula_id)) then
638: --
639: -- if input type do not match then set output variable to true
640: --
641: p_formula_mismatch_warning := True;

Line 851: p_validation_end_date := pay_status_rules_pkg.status_rule_end_date(

847: -- set effective_end_date of status processing_rule based
848: -- on end date of formula and element end date and any future
849: -- Status Processing rule
850: --
851: p_validation_end_date := pay_status_rules_pkg.status_rule_end_date(
852: p_status_processing_rule_id =>p_status_processing_rule_id,
853: p_element_type_id =>p_element_type_id,
854: p_formula_id =>p_formula_id,
855: p_assignment_status_type_id =>p_assignment_status_type_id,