DBA Data[Home] [Help]

APPS.PAY_DK_SOE dependencies on PAY_CORE_UTILS

Line 744: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',

740: l_st2_needed_chr := 'N';
741: /* Added for display of Pension Provider balances */
742: l_org_needed_chr :='N';
743: --
744: pay_core_utils.get_leg_context_iv_name('SOURCE_ID',
745: l_legislation_code,
746: l_inp_val_name,
747: l_found);
748: if (l_found = TRUE) then

Line 752: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',

748: if (l_found = TRUE) then
749: l_si_needed_chr := 'Y';
750: end if;
751: --
752: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT',
753: l_legislation_code,
754: l_inp_val_name,
755: l_found);
756: if (l_found = TRUE) then

Line 760: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',

756: if (l_found = TRUE) then
757: l_st_needed_chr := 'Y';
758: end if;
759: --
760: pay_core_utils.get_leg_context_iv_name('SOURCE_NUMBER',
761: l_legislation_code,
762: l_inp_val_name,
763: l_found);
764: if (l_found = TRUE) then

Line 768: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',

764: if (l_found = TRUE) then
765: l_sn_needed_chr := 'Y';
766: end if;
767: --
768: pay_core_utils.get_leg_context_iv_name('SOURCE_TEXT2',
769: l_legislation_code,
770: l_inp_val_name,
771: l_found);
772: if (l_found = TRUE) then

Line 777: pay_core_utils.get_leg_context_iv_name('ORGANIZATION_ID',

773: l_st2_needed_chr := 'Y';
774: end if;
775: --
776: /* Added for display of Pension Provider balances */
777: pay_core_utils.get_leg_context_iv_name('ORGANIZATION_ID',
778: l_legislation_code,
779: l_inp_val_name,
780: l_found);
781: if (l_found = TRUE) then