DBA Data[Home] [Help]

APPS.PAY_SOE_GLB dependencies on PAY_CORE_UTILS

Line 694: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',

690: l_st_needed_chr := 'N';
691: l_sn_needed_chr := 'N';
692: l_st2_needed_chr := 'N';
693: --
694: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',
695: l_legislation_code,
696: l_inp_val_name,
697: l_found);
698: if (l_found = TRUE) then

Line 702: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',

698: if (l_found = TRUE) then
699: l_si_needed_chr := 'Y';
700: end if;
701: --
702: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',
703: l_legislation_code,
704: l_inp_val_name,
705: l_found);
706: if (l_found = TRUE) then

Line 710: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',

706: if (l_found = TRUE) then
707: l_st_needed_chr := 'Y';
708: end if;
709: --
710: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',
711: l_legislation_code,
712: l_inp_val_name,
713: l_found);
714: if (l_found = TRUE) then

Line 718: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',

714: if (l_found = TRUE) then
715: l_sn_needed_chr := 'Y';
716: end if;
717: --
718: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',
719: l_legislation_code,
720: l_inp_val_name,
721: l_found);
722: if (l_found = TRUE) then