DBA Data[Home] [Help]

APPS.PAY_SA_SOE dependencies on PAY_CORE_UTILS

Line 394: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',

390: l_st_needed_chr := 'N';
391: l_sn_needed_chr := 'N';
392: l_st2_needed_chr := 'N';
393: --
394: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',
395: l_legislation_code,
396: l_inp_val_name,
397: l_found);
398: if (l_found = TRUE) then

Line 402: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',

398: if (l_found = TRUE) then
399: l_si_needed_chr := 'Y';
400: end if;
401: --
402: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',
403: l_legislation_code,
404: l_inp_val_name,
405: l_found);
406: if (l_found = TRUE) then

Line 410: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',

406: if (l_found = TRUE) then
407: l_st_needed_chr := 'Y';
408: end if;
409: --
410: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',
411: l_legislation_code,
412: l_inp_val_name,
413: l_found);
414: if (l_found = TRUE) then

Line 418: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',

414: if (l_found = TRUE) then
415: l_sn_needed_chr := 'Y';
416: end if;
417: --
418: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',
419: l_legislation_code,
420: l_inp_val_name,
421: l_found);
422: if (l_found = TRUE) then