DBA Data[Home] [Help]

APPS.PAY_SOE_GLB dependencies on PAY_CORE_UTILS

Line 764: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',

760: l_st_needed_chr := 'N';
761: l_sn_needed_chr := 'N';
762: l_st2_needed_chr := 'N';
763: --
764: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',
765: l_legislation_code,
766: l_inp_val_name,
767: l_found);
768: if (l_found = TRUE) then

Line 772: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',

768: if (l_found = TRUE) then
769: l_si_needed_chr := 'Y';
770: end if;
771: --
772: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',
773: l_legislation_code,
774: l_inp_val_name,
775: l_found);
776: if (l_found = TRUE) then

Line 780: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',

776: if (l_found = TRUE) then
777: l_st_needed_chr := 'Y';
778: end if;
779: --
780: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',
781: l_legislation_code,
782: l_inp_val_name,
783: l_found);
784: if (l_found = TRUE) then

Line 788: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',

784: if (l_found = TRUE) then
785: l_sn_needed_chr := 'Y';
786: end if;
787: --
788: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',
789: l_legislation_code,
790: l_inp_val_name,
791: l_found);
792: if (l_found = TRUE) then