DBA Data[Home] [Help]

APPS.PAY_ETM_BUS dependencies on PAY_SHADOW_ELEMENT_TYPES

Line 238: -- PAY_SHADOW_ELEMENT_TYPES.

234: ) is
235: --
236: -- Cursor to check that the processing priority does cause overflow
237: -- with any relative processing priority values from
238: -- PAY_SHADOW_ELEMENT_TYPES.
239: --
240: cursor csr_priority_too_large is
241: select null
242: from pay_shadow_element_types pset

Line 242: from pay_shadow_element_types pset

238: -- PAY_SHADOW_ELEMENT_TYPES.
239: --
240: cursor csr_priority_too_large is
241: select null
242: from pay_shadow_element_types pset
243: where pset.template_id = p_template_id
244: and pset.relative_processing_priority + p_base_processing_priority >
245: pay_etm_shd.g_max_processing_priority;
246: --

Line 603: from pay_shadow_element_types pset

599: -- Cursors to check for rows referencing the template.
600: --
601: cursor csr_element_types is
602: select null
603: from pay_shadow_element_types pset
604: where pset.template_id = p_template_id;
605: --
606: cursor csr_exclusion_rules is
607: select null