DBA Data[Home] [Help]

APPS.PAY_ACTION_CONTEXTS_PKG dependencies on PAY_STATUS_PROCESSING_RULES_F

Line 291: from pay_status_processing_rules_f spr,

287: is_oeid number;
288: begin
289: select 1
290: into is_oeid
291: from pay_status_processing_rules_f spr,
292: ff_fdi_usages_f fdi
293: where spr.element_type_id = rec_context_value.element_type_id
294: and p_effective_date between
295: spr.effective_start_date and spr.effective_end_date