DBA Data[Home] [Help]

APPS.PAY_MAGTAPE_GENERIC dependencies on PAY_MAGNETIC_BLOCKS

Line 17: in the PAY_MAGNETIC_BLOCKS and PAY_MAGNETIC_RECORDS tables.

13: DESCRIPTION
14: This script creates the package body which can be used by the Magnetic
15: Tape process. This package creates procedures that setup the parameter
16: and context tables, used in the Magtape process, based on data held
17: in the PAY_MAGNETIC_BLOCKS and PAY_MAGNETIC_RECORDS tables.
18: --
19: MODIFIED (DD-MON-YYYY)
20: nbristow 27-FEB-1995 - created.
21: allee 20-SEP-1995 - added function 'date_earned' that

Line 53: function get_cursor_return(curs_name pay_magnetic_blocks.cursor_name%TYPE,

49: procedure new_formula;
50: function get_parameter_value(prm_name varchar2)
51: return varchar2;
52: pragma restrict_references (get_parameter_value, WNDS, WNPS);
53: function get_cursor_return(curs_name pay_magnetic_blocks.cursor_name%TYPE,
54: pos number) return varchar;
55: --
56: pragma restrict_references (get_cursor_return, WNDS, WNPS);
57: