DBA Data[Home] [Help]

APPS.PAY_IE_PAYROLL_ACTIONS_PKG dependencies on FND_NUMBER

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

95: and aa.source_action_id is null
96: and loc.locking_action_id = paa.assignment_action_id);
97: */
98: cursor cur_lat_action( curvar2 number)is
99: select fnd_number.canonical_to_number(substr(max(lpad(paa.action_sequence,15,'0')||
100: paa.assignment_action_id),16))
101: from pay_assignment_actions paa,
102: pay_action_interlocks loc
103: where loc.locked_action_id = paa.assignment_action_id