DBA Data[Home] [Help]

APPS.PAY_ES_ONLINE_SOE dependencies on PAY_CORE_UTILS

Line 301: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',

297: l_st_needed_chr := 'N';
298: l_sn_needed_chr := 'N';
299: l_st2_needed_chr := 'N';
300: --
301: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',
302: l_legislation_code,
303: l_inp_val_name,
304: l_found);
305: if (l_found = TRUE) then

Line 309: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',

305: if (l_found = TRUE) then
306: l_si_needed_chr := 'Y';
307: end if;
308: --
309: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',
310: l_legislation_code,
311: l_inp_val_name,
312: l_found);
313: if (l_found = TRUE) then

Line 317: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',

313: if (l_found = TRUE) then
314: l_st_needed_chr := 'Y';
315: end if;
316: --
317: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',
318: l_legislation_code,
319: l_inp_val_name,
320: l_found);
321: if (l_found = TRUE) then

Line 325: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',

321: if (l_found = TRUE) then
322: l_sn_needed_chr := 'Y';
323: end if;
324: --
325: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',
326: l_legislation_code,
327: l_inp_val_name,
328: l_found);
329: if (l_found = TRUE) then