DBA Data[Home] [Help]

APPS.PAY_JP_PAYSLIP_ARCHIVE dependencies on FND_PROFILE

Line 150: l_pay_date_disp := to_char(g_payment_date, fnd_profile.value_wnps('ICX_DATE_FORMAT_MASK'));

146: -- Better to store this with canonical format and apply the following conversion
147: -- in framework, but there're many limitations for current online payslip.
148: -- Future enhancement required.
149: --
150: l_pay_date_disp := to_char(g_payment_date, fnd_profile.value_wnps('ICX_DATE_FORMAT_MASK'));
151: l_payslip_name := g_payslip_label;
152: --
153: -- When PAYSLIP_LABEL is not set when running concurrent program,
154: -- concatenate the element_set_name of runs locked by current archive assact