DBA Data[Home] [Help]

APPS.PAY_QPI_API dependencies on PAY_INTERPRETER_PKG

Line 166: pay_interpreter_pkg.prorate_start_date

162: , pay_assignment_actions aga
163: where ent.element_entry_id = p_rec.element_entry_id
164: and ent.effective_start_date <= pya.date_earned
165: and ent.effective_end_date >= decode(et.proration_group_id, null, pya.date_earned,
166: pay_interpreter_pkg.prorate_start_date
167: (aga.assignment_action_id,
168: et.proration_group_id
169: ))
170: and ent.element_link_id = el.element_link_id

Line 191: pay_interpreter_pkg.prorate_start_date

187: where ent.element_entry_id = p_rec.element_entry_id
188: and ent.assignment_id = aga.assignment_id
189: and ent.effective_start_date <= pya.date_earned
190: and ent.effective_end_date >= decode(et.proration_group_id, null, pya.date_earned,
191: pay_interpreter_pkg.prorate_start_date
192: (aga.assignment_action_id,
193: et.proration_group_id
194: ))
195: and ent.element_link_id = el.element_link_id

Line 221: pay_interpreter_pkg.prorate_start_date

217: and elk.effective_end_date
218: /* Element Entries */
219: and ent.effective_start_date <= p_date_earned
220: and ent.effective_end_date >= decode(ety.proration_group_id, null, p_date_earned,
221: pay_interpreter_pkg.prorate_start_date
222: (p_rec.assignment_action_id,
223: ety.proration_group_id
224: ))
225: and ent.element_entry_id = p_rec.element_entry_id;

Line 258: pay_interpreter_pkg.prorate_start_date

254: */
255: and ent.element_entry_id = p_rec.element_entry_id
256: and ent.effective_start_date <= p_date_earned
257: and ent.effective_end_date >= decode(ety.proration_group_id, null, p_date_earned,
258: pay_interpreter_pkg.prorate_start_date
259: (p_rec.assignment_action_id,
260: ety.proration_group_id
261: ))
262: /*

Line 1026: pay_interpreter_pkg.prorate_start_date

1022: and ent.entry_type not in ('B', 'A', 'R')
1023: and ent.assignment_id = asa.assignment_id
1024: and ent.effective_start_date <= pya.date_earned
1025: and ent.effective_end_date >= decode(ety.proration_group_id, null, pya.date_earned,
1026: pay_interpreter_pkg.prorate_start_date
1027: (asa.assignment_action_id,
1028: ety.proration_group_id
1029: ))
1030: /*