DBA Data[Home] [Help]

APPS.PAY_IE_PAYROLL_ACTIONS_PKG dependencies on FND_NUMBER

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

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