DBA Data[Home] [Help]

APPS.PAY_SA_SOE dependencies on PAY_CORE_UTILS

Line 391: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',

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

Line 399: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',

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

Line 407: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',

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

Line 415: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',

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