DBA Data[Home] [Help]

APPS.PAY_FRR_DATA_PUMP dependencies on PAY_STATUS_PROCESSING_RULES_F

Line 115: from pay_status_processing_rules_f spr

111: );
112: Begin
113: select status_processing_rule_id
114: into l_spr_id
115: from pay_status_processing_rules_f spr
116: where spr.element_type_id = l_element_type_id
117: and p_effective_date between spr.effective_start_date
118: and spr.effective_end_date
119: and (spr.business_group_id + 0 = p_business_group_id