DBA Data[Home] [Help]

APPS.PAY_NL_SOE dependencies on PAY_CORE_UTILS

Line 603: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',

599: l_st_needed_chr := 'N';
600: l_sn_needed_chr := 'N';
601: l_st2_needed_chr := 'N';
602: --
603: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',
604: l_legislation_code,
605: l_inp_val_name,
606: l_found);
607: if (l_found = TRUE) then

Line 611: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',

607: if (l_found = TRUE) then
608: l_si_needed_chr := 'Y';
609: end if;
610: --
611: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',
612: l_legislation_code,
613: l_inp_val_name,
614: l_found);
615: if (l_found = TRUE) then

Line 619: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',

615: if (l_found = TRUE) then
616: l_st_needed_chr := 'Y';
617: end if;
618: --
619: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',
620: l_legislation_code,
621: l_inp_val_name,
622: l_found);
623: if (l_found = TRUE) then

Line 627: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',

623: if (l_found = TRUE) then
624: l_sn_needed_chr := 'Y';
625: end if;
626: --
627: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',
628: l_legislation_code,
629: l_inp_val_name,
630: l_found);
631: if (l_found = TRUE) then