DBA Data[Home] [Help]

APPS.PER_JP_CMA_UTILITY_PKG dependencies on PAY_ELEMENT_LINKS_F

Line 252: pay_element_links_f pel,

248: nvl(fnd_number.canonical_to_number(min(decode(piv.display_sequence, 8, peev.screen_entry_value, NULL))), 0) equivalent_cost,
249: substrb(min(decode(piv.display_sequence, 9, peev.screen_entry_value, NULL)), 1, 6) pay_start,
250: substrb(min(decode(piv.display_sequence, 10, peev.screen_entry_value, NULL)), 1, 6) pay_end
251: from pay_element_types_f pet,
252: pay_element_links_f pel,
253: pay_element_entries_f pee,
254: pay_element_entry_values_f peev,
255: pay_input_values_f piv
256: where pet.element_name = c_car_element_name

Line 336: pay_element_links_f pel,

332: substrb(min(decode(piv.display_sequence, 8, peev.screen_entry_value, NULL)), 1, 6) pay_start,
333: substrb(min(decode(piv.display_sequence, 9, peev.screen_entry_value, NULL)), 1, 6) pay_end,
334: nvl(fnd_number.canonical_to_number(min(decode(piv.display_sequence, 10, peev.screen_entry_value, NULL))), 0) si_month
335: from pay_element_types_f pet,
336: pay_element_links_f pel,
337: pay_element_entries_f pee,
338: pay_element_entry_values_f peev,
339: pay_input_values_f piv
340: where pet.element_name = c_train_element_name