DBA Data[Home] [Help]

APPS.PAY_JP_DEF_REPORT_PKG dependencies on FND_NUMBER

Line 103: g_arch_payroll_action_id := fnd_number.canonical_to_number(pay_core_utils.get_parameter('PAYROLL_ACTION_ID',l_csr_action.legislative_parameters));

99: g_arch_payroll_action_id := p_payroll_action_id;
100: --
101: else
102: --
103: g_arch_payroll_action_id := fnd_number.canonical_to_number(pay_core_utils.get_parameter('PAYROLL_ACTION_ID',l_csr_action.legislative_parameters));
104: --
105: end if;
106: --
107: open csr_action_arch;

Line 120: g_assignment_set_id := fnd_number.canonical_to_number(pay_core_utils.get_parameter('ASSIGNMENT_SET_ID',l_csr_action.legislative_parameters));

116: g_effective_date := l_csr_action_arch.effective_date;
117: g_effective_date_eeyy := pay_jp_report_pkg.jp_era_date(g_effective_date,'FMEEYY');
118: g_business_group_id := l_csr_action_arch.business_group_id;
119: g_legislation_code := l_csr_action_arch.legislation_code;
120: g_assignment_set_id := fnd_number.canonical_to_number(pay_core_utils.get_parameter('ASSIGNMENT_SET_ID',l_csr_action.legislative_parameters));
121: g_sort_order := pay_core_utils.get_parameter('SORT_ORDER',l_csr_action.legislative_parameters);
122: g_txn_status_b := pay_core_utils.get_parameter('ENABLE_TXN_STATUS',l_csr_action.legislative_parameters);
123: g_txn_status := g_txn_status_b;
124: -- set opposite, currently set disbaled flag in srs to sync with ISDF behavior