DBA Data[Home] [Help]

APPS.GMA_PURGE_UTILITIES dependencies on SY_PURG_DEF

Line 50: p_text sy_purg_def.sqlstatement%TYPE,

46:
47: /***********************************************************/
48:
49: PROCEDURE printdebug(p_purge_id sy_purg_mst.purge_id%TYPE,
50: p_text sy_purg_def.sqlstatement%TYPE,
51: p_debug_flag BOOLEAN) IS
52: -- print a line of stars before output, show length of string
53: BEGIN
54:

Line 77: p_text sy_purg_def.sqlstatement%TYPE) IS

73:
74: /***********************************************************/
75:
76: PROCEDURE printlong(p_purge_id sy_purg_mst.purge_id%TYPE,
77: p_text sy_purg_def.sqlstatement%TYPE) IS
78: -- prints long text string broken at 80 columns
79:
80: l_counter INTEGER;
81: l_o_counter INTEGER;

Line 83: l_text sy_purg_def.sqlstatement%TYPE;

79:
80: l_counter INTEGER;
81: l_o_counter INTEGER;
82: l_frag sy_purg_err.text%TYPE;
83: l_text sy_purg_def.sqlstatement%TYPE;
84:
85: BEGIN
86:
87: -- replace CR with space