DBA Data[Home] [Help]

APPS.PAY_ZA_PAYROLL_ACTION_PKG dependencies on FND_NUMBER

Line 162: fnd_number.canonical_to_number(substr(max(lpad(paa.action_sequence,15,'0')||

158:
159: -- Copied from HR_GBBAL.get_latest_action_id, include action type P and U
160: cursor csr_formula_2 is
161: SELECT /*+ USE_NL(paa, ppa) */
162: fnd_number.canonical_to_number(substr(max(lpad(paa.action_sequence,15,'0')||
163: paa.assignment_action_id),16))
164: FROM pay_assignment_actions paa,
165: pay_payroll_actions ppa
166: WHERE