DBA Data[Home] [Help]

APPS.WSH_UPGRADE_PICK_SLIP_DATA_NEW dependencies on WSH_UPGRADE_LOG

Line 37: insert into wsh_upgrade_log

33: END;
34:
35: PROCEDURE Insert_Mesg IS
36: BEGIN
37: insert into wsh_upgrade_log
38: ( error_mesg )
39: values
40: ( error_mesg
41: );

Line 47: insert into wsh_upgrade_log

43:
44: PROCEDURE Insert_Mesg( x_mesg IN VARCHAR2) IS
45: BEGIN
46: error_mesg := substr(x_mesg,1,2000);
47: insert into wsh_upgrade_log
48: ( error_mesg )
49: values
50: ( error_mesg
51: );