DBA Data[Home] [Help]

APPS.WSH_CARRIER_VEHICLE_TYPES_PKG dependencies on WSH_DEBUG_SV

Line 39: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

35: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
36: --
37: IF l_debug_on IS NULL
38: THEN
39: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
40: END IF;
41: --
42: IF l_debug_on THEN
43: WSH_DEBUG_SV.push(l_module_name);

Line 43: WSH_DEBUG_SV.push(l_module_name);

39: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
40: END IF;
41: --
42: IF l_debug_on THEN
43: WSH_DEBUG_SV.push(l_module_name);
44: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',
45: P_Carrier_Vehicle_Info.CARRIER_ID);
46: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
47: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);

Line 44: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',

40: END IF;
41: --
42: IF l_debug_on THEN
43: WSH_DEBUG_SV.push(l_module_name);
44: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',
45: P_Carrier_Vehicle_Info.CARRIER_ID);
46: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
47: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);
48: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',

Line 46: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',

42: IF l_debug_on THEN
43: WSH_DEBUG_SV.push(l_module_name);
44: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',
45: P_Carrier_Vehicle_Info.CARRIER_ID);
46: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
47: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);
48: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',
49: P_Carrier_Vehicle_Info.ASSIGNED_FLAG);
50: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',

Line 48: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',

44: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',
45: P_Carrier_Vehicle_Info.CARRIER_ID);
46: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
47: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);
48: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',
49: P_Carrier_Vehicle_Info.ASSIGNED_FLAG);
50: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',
51: P_Carrier_Vehicle_Info.Attribute_Category);
52: WSH_DEBUG_SV.log(l_module_name,'attribute1',

Line 50: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',

46: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
47: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);
48: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',
49: P_Carrier_Vehicle_Info.ASSIGNED_FLAG);
50: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',
51: P_Carrier_Vehicle_Info.Attribute_Category);
52: WSH_DEBUG_SV.log(l_module_name,'attribute1',
53: P_Carrier_Vehicle_Info.attribute1);
54: WSH_DEBUG_SV.log(l_module_name,'attribute2',

Line 52: WSH_DEBUG_SV.log(l_module_name,'attribute1',

48: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',
49: P_Carrier_Vehicle_Info.ASSIGNED_FLAG);
50: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',
51: P_Carrier_Vehicle_Info.Attribute_Category);
52: WSH_DEBUG_SV.log(l_module_name,'attribute1',
53: P_Carrier_Vehicle_Info.attribute1);
54: WSH_DEBUG_SV.log(l_module_name,'attribute2',
55: P_Carrier_Vehicle_Info.attribute2);
56: WSH_DEBUG_SV.log(l_module_name,'attribute3',

Line 54: WSH_DEBUG_SV.log(l_module_name,'attribute2',

50: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',
51: P_Carrier_Vehicle_Info.Attribute_Category);
52: WSH_DEBUG_SV.log(l_module_name,'attribute1',
53: P_Carrier_Vehicle_Info.attribute1);
54: WSH_DEBUG_SV.log(l_module_name,'attribute2',
55: P_Carrier_Vehicle_Info.attribute2);
56: WSH_DEBUG_SV.log(l_module_name,'attribute3',
57: P_Carrier_Vehicle_Info.attribute3);
58: WSH_DEBUG_SV.log(l_module_name,'attribute4',

Line 56: WSH_DEBUG_SV.log(l_module_name,'attribute3',

52: WSH_DEBUG_SV.log(l_module_name,'attribute1',
53: P_Carrier_Vehicle_Info.attribute1);
54: WSH_DEBUG_SV.log(l_module_name,'attribute2',
55: P_Carrier_Vehicle_Info.attribute2);
56: WSH_DEBUG_SV.log(l_module_name,'attribute3',
57: P_Carrier_Vehicle_Info.attribute3);
58: WSH_DEBUG_SV.log(l_module_name,'attribute4',
59: P_Carrier_Vehicle_Info.attribute4);
60: WSH_DEBUG_SV.log(l_module_name,'attribute5',

Line 58: WSH_DEBUG_SV.log(l_module_name,'attribute4',

54: WSH_DEBUG_SV.log(l_module_name,'attribute2',
55: P_Carrier_Vehicle_Info.attribute2);
56: WSH_DEBUG_SV.log(l_module_name,'attribute3',
57: P_Carrier_Vehicle_Info.attribute3);
58: WSH_DEBUG_SV.log(l_module_name,'attribute4',
59: P_Carrier_Vehicle_Info.attribute4);
60: WSH_DEBUG_SV.log(l_module_name,'attribute5',
61: P_Carrier_Vehicle_Info.attribute5);
62: WSH_DEBUG_SV.log(l_module_name,'attribute6',

Line 60: WSH_DEBUG_SV.log(l_module_name,'attribute5',

56: WSH_DEBUG_SV.log(l_module_name,'attribute3',
57: P_Carrier_Vehicle_Info.attribute3);
58: WSH_DEBUG_SV.log(l_module_name,'attribute4',
59: P_Carrier_Vehicle_Info.attribute4);
60: WSH_DEBUG_SV.log(l_module_name,'attribute5',
61: P_Carrier_Vehicle_Info.attribute5);
62: WSH_DEBUG_SV.log(l_module_name,'attribute6',
63: P_Carrier_Vehicle_Info.attribute6);
64: WSH_DEBUG_SV.log(l_module_name,'attribute7',

Line 62: WSH_DEBUG_SV.log(l_module_name,'attribute6',

58: WSH_DEBUG_SV.log(l_module_name,'attribute4',
59: P_Carrier_Vehicle_Info.attribute4);
60: WSH_DEBUG_SV.log(l_module_name,'attribute5',
61: P_Carrier_Vehicle_Info.attribute5);
62: WSH_DEBUG_SV.log(l_module_name,'attribute6',
63: P_Carrier_Vehicle_Info.attribute6);
64: WSH_DEBUG_SV.log(l_module_name,'attribute7',
65: P_Carrier_Vehicle_Info.attribute7);
66: WSH_DEBUG_SV.log(l_module_name,'attribute8',

Line 64: WSH_DEBUG_SV.log(l_module_name,'attribute7',

60: WSH_DEBUG_SV.log(l_module_name,'attribute5',
61: P_Carrier_Vehicle_Info.attribute5);
62: WSH_DEBUG_SV.log(l_module_name,'attribute6',
63: P_Carrier_Vehicle_Info.attribute6);
64: WSH_DEBUG_SV.log(l_module_name,'attribute7',
65: P_Carrier_Vehicle_Info.attribute7);
66: WSH_DEBUG_SV.log(l_module_name,'attribute8',
67: P_Carrier_Vehicle_Info.attribute8);
68: WSH_DEBUG_SV.log(l_module_name,'attribute9',

Line 66: WSH_DEBUG_SV.log(l_module_name,'attribute8',

62: WSH_DEBUG_SV.log(l_module_name,'attribute6',
63: P_Carrier_Vehicle_Info.attribute6);
64: WSH_DEBUG_SV.log(l_module_name,'attribute7',
65: P_Carrier_Vehicle_Info.attribute7);
66: WSH_DEBUG_SV.log(l_module_name,'attribute8',
67: P_Carrier_Vehicle_Info.attribute8);
68: WSH_DEBUG_SV.log(l_module_name,'attribute9',
69: P_Carrier_Vehicle_Info.attribute9);
70: WSH_DEBUG_SV.log(l_module_name,'attribute10',

Line 68: WSH_DEBUG_SV.log(l_module_name,'attribute9',

64: WSH_DEBUG_SV.log(l_module_name,'attribute7',
65: P_Carrier_Vehicle_Info.attribute7);
66: WSH_DEBUG_SV.log(l_module_name,'attribute8',
67: P_Carrier_Vehicle_Info.attribute8);
68: WSH_DEBUG_SV.log(l_module_name,'attribute9',
69: P_Carrier_Vehicle_Info.attribute9);
70: WSH_DEBUG_SV.log(l_module_name,'attribute10',
71: P_Carrier_Vehicle_Info.attribute10);
72: WSH_DEBUG_SV.log(l_module_name,'attribute11',

Line 70: WSH_DEBUG_SV.log(l_module_name,'attribute10',

66: WSH_DEBUG_SV.log(l_module_name,'attribute8',
67: P_Carrier_Vehicle_Info.attribute8);
68: WSH_DEBUG_SV.log(l_module_name,'attribute9',
69: P_Carrier_Vehicle_Info.attribute9);
70: WSH_DEBUG_SV.log(l_module_name,'attribute10',
71: P_Carrier_Vehicle_Info.attribute10);
72: WSH_DEBUG_SV.log(l_module_name,'attribute11',
73: P_Carrier_Vehicle_Info.attribute11);
74: WSH_DEBUG_SV.log(l_module_name,'attribute12',

Line 72: WSH_DEBUG_SV.log(l_module_name,'attribute11',

68: WSH_DEBUG_SV.log(l_module_name,'attribute9',
69: P_Carrier_Vehicle_Info.attribute9);
70: WSH_DEBUG_SV.log(l_module_name,'attribute10',
71: P_Carrier_Vehicle_Info.attribute10);
72: WSH_DEBUG_SV.log(l_module_name,'attribute11',
73: P_Carrier_Vehicle_Info.attribute11);
74: WSH_DEBUG_SV.log(l_module_name,'attribute12',
75: P_Carrier_Vehicle_Info.attribute12);
76: WSH_DEBUG_SV.log(l_module_name,'attribute13',

Line 74: WSH_DEBUG_SV.log(l_module_name,'attribute12',

70: WSH_DEBUG_SV.log(l_module_name,'attribute10',
71: P_Carrier_Vehicle_Info.attribute10);
72: WSH_DEBUG_SV.log(l_module_name,'attribute11',
73: P_Carrier_Vehicle_Info.attribute11);
74: WSH_DEBUG_SV.log(l_module_name,'attribute12',
75: P_Carrier_Vehicle_Info.attribute12);
76: WSH_DEBUG_SV.log(l_module_name,'attribute13',
77: P_Carrier_Vehicle_Info.attribute13);
78: WSH_DEBUG_SV.log(l_module_name,'attribute14',

Line 76: WSH_DEBUG_SV.log(l_module_name,'attribute13',

72: WSH_DEBUG_SV.log(l_module_name,'attribute11',
73: P_Carrier_Vehicle_Info.attribute11);
74: WSH_DEBUG_SV.log(l_module_name,'attribute12',
75: P_Carrier_Vehicle_Info.attribute12);
76: WSH_DEBUG_SV.log(l_module_name,'attribute13',
77: P_Carrier_Vehicle_Info.attribute13);
78: WSH_DEBUG_SV.log(l_module_name,'attribute14',
79: P_Carrier_Vehicle_Info.attribute14);
80: WSH_DEBUG_SV.log(l_module_name,'attribute15',

Line 78: WSH_DEBUG_SV.log(l_module_name,'attribute14',

74: WSH_DEBUG_SV.log(l_module_name,'attribute12',
75: P_Carrier_Vehicle_Info.attribute12);
76: WSH_DEBUG_SV.log(l_module_name,'attribute13',
77: P_Carrier_Vehicle_Info.attribute13);
78: WSH_DEBUG_SV.log(l_module_name,'attribute14',
79: P_Carrier_Vehicle_Info.attribute14);
80: WSH_DEBUG_SV.log(l_module_name,'attribute15',
81: P_Carrier_Vehicle_Info.attribute15);
82: END IF;

Line 80: WSH_DEBUG_SV.log(l_module_name,'attribute15',

76: WSH_DEBUG_SV.log(l_module_name,'attribute13',
77: P_Carrier_Vehicle_Info.attribute13);
78: WSH_DEBUG_SV.log(l_module_name,'attribute14',
79: P_Carrier_Vehicle_Info.attribute14);
80: WSH_DEBUG_SV.log(l_module_name,'attribute15',
81: P_Carrier_Vehicle_Info.attribute15);
82: END IF;
83: --
84:

Line 91: WSH_DEBUG_SV.log(l_module_name,'Inserting into WSH_CARRIER_VEHICLE_TYPES');

87: --
88: -- Debug Statements
89: --
90: IF l_debug_on THEN
91: WSH_DEBUG_SV.log(l_module_name,'Inserting into WSH_CARRIER_VEHICLE_TYPES');
92: END IF;
93:
94: insert into WSH_CARRIER_VEHICLE_TYPES (
95: CARRIER_ID,

Line 150: WSH_DEBUG_SV.pop(l_module_name);

146: --
147: -- Debug Statements
148: --
149: IF l_debug_on THEN
150: WSH_DEBUG_SV.pop(l_module_name);
151: END IF;
152: --
153: exception
154: WHEN OTHERS THEN

Line 165: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);

161: --
162: -- Debug Statements
163: --
164: IF l_debug_on THEN
165: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
166: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
167: END IF;
168: --
169:

Line 166: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');

162: -- Debug Statements
163: --
164: IF l_debug_on THEN
165: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
166: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
167: END IF;
168: --
169:
170: end Create_Carrier_Vehicle_Type;

Line 202: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

198: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
199: --
200: IF l_debug_on IS NULL
201: THEN
202: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
203: END IF;
204: --
205: IF l_debug_on THEN
206: WSH_DEBUG_SV.push(l_module_name);

Line 206: WSH_DEBUG_SV.push(l_module_name);

202: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
203: END IF;
204: --
205: IF l_debug_on THEN
206: WSH_DEBUG_SV.push(l_module_name);
207: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',
208: P_Carrier_Vehicle_Info.CARRIER_ID);
209: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
210: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);

Line 207: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',

203: END IF;
204: --
205: IF l_debug_on THEN
206: WSH_DEBUG_SV.push(l_module_name);
207: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',
208: P_Carrier_Vehicle_Info.CARRIER_ID);
209: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
210: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);
211: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',

Line 209: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',

205: IF l_debug_on THEN
206: WSH_DEBUG_SV.push(l_module_name);
207: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',
208: P_Carrier_Vehicle_Info.CARRIER_ID);
209: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
210: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);
211: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',
212: P_Carrier_Vehicle_Info.ASSIGNED_FLAG);
213: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',

Line 211: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',

207: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',
208: P_Carrier_Vehicle_Info.CARRIER_ID);
209: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
210: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);
211: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',
212: P_Carrier_Vehicle_Info.ASSIGNED_FLAG);
213: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',
214: P_Carrier_Vehicle_Info.Attribute_Category);
215: WSH_DEBUG_SV.log(l_module_name,'attribute1',

Line 213: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',

209: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
210: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);
211: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',
212: P_Carrier_Vehicle_Info.ASSIGNED_FLAG);
213: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',
214: P_Carrier_Vehicle_Info.Attribute_Category);
215: WSH_DEBUG_SV.log(l_module_name,'attribute1',
216: P_Carrier_Vehicle_Info.attribute1);
217: WSH_DEBUG_SV.log(l_module_name,'attribute2',

Line 215: WSH_DEBUG_SV.log(l_module_name,'attribute1',

211: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',
212: P_Carrier_Vehicle_Info.ASSIGNED_FLAG);
213: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',
214: P_Carrier_Vehicle_Info.Attribute_Category);
215: WSH_DEBUG_SV.log(l_module_name,'attribute1',
216: P_Carrier_Vehicle_Info.attribute1);
217: WSH_DEBUG_SV.log(l_module_name,'attribute2',
218: P_Carrier_Vehicle_Info.attribute2);
219: WSH_DEBUG_SV.log(l_module_name,'attribute3',

Line 217: WSH_DEBUG_SV.log(l_module_name,'attribute2',

213: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',
214: P_Carrier_Vehicle_Info.Attribute_Category);
215: WSH_DEBUG_SV.log(l_module_name,'attribute1',
216: P_Carrier_Vehicle_Info.attribute1);
217: WSH_DEBUG_SV.log(l_module_name,'attribute2',
218: P_Carrier_Vehicle_Info.attribute2);
219: WSH_DEBUG_SV.log(l_module_name,'attribute3',
220: P_Carrier_Vehicle_Info.attribute3);
221: WSH_DEBUG_SV.log(l_module_name,'attribute4',

Line 219: WSH_DEBUG_SV.log(l_module_name,'attribute3',

215: WSH_DEBUG_SV.log(l_module_name,'attribute1',
216: P_Carrier_Vehicle_Info.attribute1);
217: WSH_DEBUG_SV.log(l_module_name,'attribute2',
218: P_Carrier_Vehicle_Info.attribute2);
219: WSH_DEBUG_SV.log(l_module_name,'attribute3',
220: P_Carrier_Vehicle_Info.attribute3);
221: WSH_DEBUG_SV.log(l_module_name,'attribute4',
222: P_Carrier_Vehicle_Info.attribute4);
223: WSH_DEBUG_SV.log(l_module_name,'attribute5',

Line 221: WSH_DEBUG_SV.log(l_module_name,'attribute4',

217: WSH_DEBUG_SV.log(l_module_name,'attribute2',
218: P_Carrier_Vehicle_Info.attribute2);
219: WSH_DEBUG_SV.log(l_module_name,'attribute3',
220: P_Carrier_Vehicle_Info.attribute3);
221: WSH_DEBUG_SV.log(l_module_name,'attribute4',
222: P_Carrier_Vehicle_Info.attribute4);
223: WSH_DEBUG_SV.log(l_module_name,'attribute5',
224: P_Carrier_Vehicle_Info.attribute5);
225: WSH_DEBUG_SV.log(l_module_name,'attribute6',

Line 223: WSH_DEBUG_SV.log(l_module_name,'attribute5',

219: WSH_DEBUG_SV.log(l_module_name,'attribute3',
220: P_Carrier_Vehicle_Info.attribute3);
221: WSH_DEBUG_SV.log(l_module_name,'attribute4',
222: P_Carrier_Vehicle_Info.attribute4);
223: WSH_DEBUG_SV.log(l_module_name,'attribute5',
224: P_Carrier_Vehicle_Info.attribute5);
225: WSH_DEBUG_SV.log(l_module_name,'attribute6',
226: P_Carrier_Vehicle_Info.attribute6);
227: WSH_DEBUG_SV.log(l_module_name,'attribute7',

Line 225: WSH_DEBUG_SV.log(l_module_name,'attribute6',

221: WSH_DEBUG_SV.log(l_module_name,'attribute4',
222: P_Carrier_Vehicle_Info.attribute4);
223: WSH_DEBUG_SV.log(l_module_name,'attribute5',
224: P_Carrier_Vehicle_Info.attribute5);
225: WSH_DEBUG_SV.log(l_module_name,'attribute6',
226: P_Carrier_Vehicle_Info.attribute6);
227: WSH_DEBUG_SV.log(l_module_name,'attribute7',
228: P_Carrier_Vehicle_Info.attribute7);
229: WSH_DEBUG_SV.log(l_module_name,'attribute8',

Line 227: WSH_DEBUG_SV.log(l_module_name,'attribute7',

223: WSH_DEBUG_SV.log(l_module_name,'attribute5',
224: P_Carrier_Vehicle_Info.attribute5);
225: WSH_DEBUG_SV.log(l_module_name,'attribute6',
226: P_Carrier_Vehicle_Info.attribute6);
227: WSH_DEBUG_SV.log(l_module_name,'attribute7',
228: P_Carrier_Vehicle_Info.attribute7);
229: WSH_DEBUG_SV.log(l_module_name,'attribute8',
230: P_Carrier_Vehicle_Info.attribute8);
231: WSH_DEBUG_SV.log(l_module_name,'attribute9',

Line 229: WSH_DEBUG_SV.log(l_module_name,'attribute8',

225: WSH_DEBUG_SV.log(l_module_name,'attribute6',
226: P_Carrier_Vehicle_Info.attribute6);
227: WSH_DEBUG_SV.log(l_module_name,'attribute7',
228: P_Carrier_Vehicle_Info.attribute7);
229: WSH_DEBUG_SV.log(l_module_name,'attribute8',
230: P_Carrier_Vehicle_Info.attribute8);
231: WSH_DEBUG_SV.log(l_module_name,'attribute9',
232: P_Carrier_Vehicle_Info.attribute9);
233: WSH_DEBUG_SV.log(l_module_name,'attribute10',

Line 231: WSH_DEBUG_SV.log(l_module_name,'attribute9',

227: WSH_DEBUG_SV.log(l_module_name,'attribute7',
228: P_Carrier_Vehicle_Info.attribute7);
229: WSH_DEBUG_SV.log(l_module_name,'attribute8',
230: P_Carrier_Vehicle_Info.attribute8);
231: WSH_DEBUG_SV.log(l_module_name,'attribute9',
232: P_Carrier_Vehicle_Info.attribute9);
233: WSH_DEBUG_SV.log(l_module_name,'attribute10',
234: P_Carrier_Vehicle_Info.attribute10);
235: WSH_DEBUG_SV.log(l_module_name,'attribute11',

Line 233: WSH_DEBUG_SV.log(l_module_name,'attribute10',

229: WSH_DEBUG_SV.log(l_module_name,'attribute8',
230: P_Carrier_Vehicle_Info.attribute8);
231: WSH_DEBUG_SV.log(l_module_name,'attribute9',
232: P_Carrier_Vehicle_Info.attribute9);
233: WSH_DEBUG_SV.log(l_module_name,'attribute10',
234: P_Carrier_Vehicle_Info.attribute10);
235: WSH_DEBUG_SV.log(l_module_name,'attribute11',
236: P_Carrier_Vehicle_Info.attribute11);
237: WSH_DEBUG_SV.log(l_module_name,'attribute12',

Line 235: WSH_DEBUG_SV.log(l_module_name,'attribute11',

231: WSH_DEBUG_SV.log(l_module_name,'attribute9',
232: P_Carrier_Vehicle_Info.attribute9);
233: WSH_DEBUG_SV.log(l_module_name,'attribute10',
234: P_Carrier_Vehicle_Info.attribute10);
235: WSH_DEBUG_SV.log(l_module_name,'attribute11',
236: P_Carrier_Vehicle_Info.attribute11);
237: WSH_DEBUG_SV.log(l_module_name,'attribute12',
238: P_Carrier_Vehicle_Info.attribute12);
239: WSH_DEBUG_SV.log(l_module_name,'attribute13',

Line 237: WSH_DEBUG_SV.log(l_module_name,'attribute12',

233: WSH_DEBUG_SV.log(l_module_name,'attribute10',
234: P_Carrier_Vehicle_Info.attribute10);
235: WSH_DEBUG_SV.log(l_module_name,'attribute11',
236: P_Carrier_Vehicle_Info.attribute11);
237: WSH_DEBUG_SV.log(l_module_name,'attribute12',
238: P_Carrier_Vehicle_Info.attribute12);
239: WSH_DEBUG_SV.log(l_module_name,'attribute13',
240: P_Carrier_Vehicle_Info.attribute13);
241: WSH_DEBUG_SV.log(l_module_name,'attribute14',

Line 239: WSH_DEBUG_SV.log(l_module_name,'attribute13',

235: WSH_DEBUG_SV.log(l_module_name,'attribute11',
236: P_Carrier_Vehicle_Info.attribute11);
237: WSH_DEBUG_SV.log(l_module_name,'attribute12',
238: P_Carrier_Vehicle_Info.attribute12);
239: WSH_DEBUG_SV.log(l_module_name,'attribute13',
240: P_Carrier_Vehicle_Info.attribute13);
241: WSH_DEBUG_SV.log(l_module_name,'attribute14',
242: P_Carrier_Vehicle_Info.attribute14);
243: WSH_DEBUG_SV.log(l_module_name,'attribute15',

Line 241: WSH_DEBUG_SV.log(l_module_name,'attribute14',

237: WSH_DEBUG_SV.log(l_module_name,'attribute12',
238: P_Carrier_Vehicle_Info.attribute12);
239: WSH_DEBUG_SV.log(l_module_name,'attribute13',
240: P_Carrier_Vehicle_Info.attribute13);
241: WSH_DEBUG_SV.log(l_module_name,'attribute14',
242: P_Carrier_Vehicle_Info.attribute14);
243: WSH_DEBUG_SV.log(l_module_name,'attribute15',
244: P_Carrier_Vehicle_Info.attribute15);
245: END IF;

Line 243: WSH_DEBUG_SV.log(l_module_name,'attribute15',

239: WSH_DEBUG_SV.log(l_module_name,'attribute13',
240: P_Carrier_Vehicle_Info.attribute13);
241: WSH_DEBUG_SV.log(l_module_name,'attribute14',
242: P_Carrier_Vehicle_Info.attribute14);
243: WSH_DEBUG_SV.log(l_module_name,'attribute15',
244: P_Carrier_Vehicle_Info.attribute15);
245: END IF;
246: --
247:

Line 254: WSH_DEBUG_SV.log(l_module_name,'Updating into WSH_CARRIER_VEHICLE_TYPES');

250: --
251: -- Debug Statements
252: --
253: IF l_debug_on THEN
254: WSH_DEBUG_SV.log(l_module_name,'Updating into WSH_CARRIER_VEHICLE_TYPES');
255: END IF;
256:
257: update WSH_CARRIER_VEHICLE_TYPES set
258: VEHICLE_TYPE_ID = P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID,

Line 289: WSH_DEBUG_SV.pop(l_module_name);

285: --
286: -- Debug Statements
287: --
288: IF l_debug_on THEN
289: WSH_DEBUG_SV.pop(l_module_name);
290: END IF;
291: --
292:
293: exception

Line 304: WSH_DEBUG_SV.logmsg(l_module_name,'UPDATE_FAILED exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);

300: --
301: -- Debug Statements
302: --
303: IF l_debug_on THEN
304: WSH_DEBUG_SV.logmsg(l_module_name,'UPDATE_FAILED exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
305: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:UPDATE_FAILED');
306: END IF;
307: --
308: WHEN OTHERS THEN

Line 305: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:UPDATE_FAILED');

301: -- Debug Statements
302: --
303: IF l_debug_on THEN
304: WSH_DEBUG_SV.logmsg(l_module_name,'UPDATE_FAILED exception has occured.',WSH_DEBUG_SV.C_EXCEP_LEVEL);
305: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:UPDATE_FAILED');
306: END IF;
307: --
308: WHEN OTHERS THEN
309: x_return_status := 'E';

Line 319: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);

315: --
316: -- Debug Statements
317: --
318: IF l_debug_on THEN
319: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
320: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
321: END IF;
322: --
323: end Update_Carrier_Vehicle_Type;

Line 320: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');

316: -- Debug Statements
317: --
318: IF l_debug_on THEN
319: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
320: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
321: END IF;
322: --
323: end Update_Carrier_Vehicle_Type;
324:

Line 370: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;

366: l_debug_on := WSH_DEBUG_INTERFACE.g_debug;
367: --
368: IF l_debug_on IS NULL
369: THEN
370: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
371: END IF;
372: --
373: IF l_debug_on THEN
374: WSH_DEBUG_SV.push(l_module_name);

Line 374: WSH_DEBUG_SV.push(l_module_name);

370: l_debug_on := WSH_DEBUG_SV.is_debug_enabled;
371: END IF;
372: --
373: IF l_debug_on THEN
374: WSH_DEBUG_SV.push(l_module_name);
375: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',
376: P_Carrier_Vehicle_Info.CARRIER_ID);
377: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
378: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);

Line 375: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',

371: END IF;
372: --
373: IF l_debug_on THEN
374: WSH_DEBUG_SV.push(l_module_name);
375: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',
376: P_Carrier_Vehicle_Info.CARRIER_ID);
377: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
378: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);
379: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',

Line 377: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',

373: IF l_debug_on THEN
374: WSH_DEBUG_SV.push(l_module_name);
375: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',
376: P_Carrier_Vehicle_Info.CARRIER_ID);
377: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
378: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);
379: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',
380: P_Carrier_Vehicle_Info.ASSIGNED_FLAG);
381: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',

Line 379: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',

375: WSH_DEBUG_SV.log(l_module_name,'CARRIER_ID',
376: P_Carrier_Vehicle_Info.CARRIER_ID);
377: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
378: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);
379: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',
380: P_Carrier_Vehicle_Info.ASSIGNED_FLAG);
381: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',
382: P_Carrier_Vehicle_Info.Attribute_Category);
383: WSH_DEBUG_SV.log(l_module_name,'attribute1',

Line 381: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',

377: WSH_DEBUG_SV.log(l_module_name,'VEHICLE_TYPE_ID',
378: P_Carrier_Vehicle_Info.VEHICLE_TYPE_ID);
379: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',
380: P_Carrier_Vehicle_Info.ASSIGNED_FLAG);
381: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',
382: P_Carrier_Vehicle_Info.Attribute_Category);
383: WSH_DEBUG_SV.log(l_module_name,'attribute1',
384: P_Carrier_Vehicle_Info.attribute1);
385: WSH_DEBUG_SV.log(l_module_name,'attribute2',

Line 383: WSH_DEBUG_SV.log(l_module_name,'attribute1',

379: WSH_DEBUG_SV.log(l_module_name,'ASSIGNED_FLAG',
380: P_Carrier_Vehicle_Info.ASSIGNED_FLAG);
381: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',
382: P_Carrier_Vehicle_Info.Attribute_Category);
383: WSH_DEBUG_SV.log(l_module_name,'attribute1',
384: P_Carrier_Vehicle_Info.attribute1);
385: WSH_DEBUG_SV.log(l_module_name,'attribute2',
386: P_Carrier_Vehicle_Info.attribute2);
387: WSH_DEBUG_SV.log(l_module_name,'attribute3',

Line 385: WSH_DEBUG_SV.log(l_module_name,'attribute2',

381: WSH_DEBUG_SV.log(l_module_name,'Attribute_Category',
382: P_Carrier_Vehicle_Info.Attribute_Category);
383: WSH_DEBUG_SV.log(l_module_name,'attribute1',
384: P_Carrier_Vehicle_Info.attribute1);
385: WSH_DEBUG_SV.log(l_module_name,'attribute2',
386: P_Carrier_Vehicle_Info.attribute2);
387: WSH_DEBUG_SV.log(l_module_name,'attribute3',
388: P_Carrier_Vehicle_Info.attribute3);
389: WSH_DEBUG_SV.log(l_module_name,'attribute4',

Line 387: WSH_DEBUG_SV.log(l_module_name,'attribute3',

383: WSH_DEBUG_SV.log(l_module_name,'attribute1',
384: P_Carrier_Vehicle_Info.attribute1);
385: WSH_DEBUG_SV.log(l_module_name,'attribute2',
386: P_Carrier_Vehicle_Info.attribute2);
387: WSH_DEBUG_SV.log(l_module_name,'attribute3',
388: P_Carrier_Vehicle_Info.attribute3);
389: WSH_DEBUG_SV.log(l_module_name,'attribute4',
390: P_Carrier_Vehicle_Info.attribute4);
391: WSH_DEBUG_SV.log(l_module_name,'attribute5',

Line 389: WSH_DEBUG_SV.log(l_module_name,'attribute4',

385: WSH_DEBUG_SV.log(l_module_name,'attribute2',
386: P_Carrier_Vehicle_Info.attribute2);
387: WSH_DEBUG_SV.log(l_module_name,'attribute3',
388: P_Carrier_Vehicle_Info.attribute3);
389: WSH_DEBUG_SV.log(l_module_name,'attribute4',
390: P_Carrier_Vehicle_Info.attribute4);
391: WSH_DEBUG_SV.log(l_module_name,'attribute5',
392: P_Carrier_Vehicle_Info.attribute5);
393: WSH_DEBUG_SV.log(l_module_name,'attribute6',

Line 391: WSH_DEBUG_SV.log(l_module_name,'attribute5',

387: WSH_DEBUG_SV.log(l_module_name,'attribute3',
388: P_Carrier_Vehicle_Info.attribute3);
389: WSH_DEBUG_SV.log(l_module_name,'attribute4',
390: P_Carrier_Vehicle_Info.attribute4);
391: WSH_DEBUG_SV.log(l_module_name,'attribute5',
392: P_Carrier_Vehicle_Info.attribute5);
393: WSH_DEBUG_SV.log(l_module_name,'attribute6',
394: P_Carrier_Vehicle_Info.attribute6);
395: WSH_DEBUG_SV.log(l_module_name,'attribute7',

Line 393: WSH_DEBUG_SV.log(l_module_name,'attribute6',

389: WSH_DEBUG_SV.log(l_module_name,'attribute4',
390: P_Carrier_Vehicle_Info.attribute4);
391: WSH_DEBUG_SV.log(l_module_name,'attribute5',
392: P_Carrier_Vehicle_Info.attribute5);
393: WSH_DEBUG_SV.log(l_module_name,'attribute6',
394: P_Carrier_Vehicle_Info.attribute6);
395: WSH_DEBUG_SV.log(l_module_name,'attribute7',
396: P_Carrier_Vehicle_Info.attribute7);
397: WSH_DEBUG_SV.log(l_module_name,'attribute8',

Line 395: WSH_DEBUG_SV.log(l_module_name,'attribute7',

391: WSH_DEBUG_SV.log(l_module_name,'attribute5',
392: P_Carrier_Vehicle_Info.attribute5);
393: WSH_DEBUG_SV.log(l_module_name,'attribute6',
394: P_Carrier_Vehicle_Info.attribute6);
395: WSH_DEBUG_SV.log(l_module_name,'attribute7',
396: P_Carrier_Vehicle_Info.attribute7);
397: WSH_DEBUG_SV.log(l_module_name,'attribute8',
398: P_Carrier_Vehicle_Info.attribute8);
399: WSH_DEBUG_SV.log(l_module_name,'attribute9',

Line 397: WSH_DEBUG_SV.log(l_module_name,'attribute8',

393: WSH_DEBUG_SV.log(l_module_name,'attribute6',
394: P_Carrier_Vehicle_Info.attribute6);
395: WSH_DEBUG_SV.log(l_module_name,'attribute7',
396: P_Carrier_Vehicle_Info.attribute7);
397: WSH_DEBUG_SV.log(l_module_name,'attribute8',
398: P_Carrier_Vehicle_Info.attribute8);
399: WSH_DEBUG_SV.log(l_module_name,'attribute9',
400: P_Carrier_Vehicle_Info.attribute9);
401: WSH_DEBUG_SV.log(l_module_name,'attribute10',

Line 399: WSH_DEBUG_SV.log(l_module_name,'attribute9',

395: WSH_DEBUG_SV.log(l_module_name,'attribute7',
396: P_Carrier_Vehicle_Info.attribute7);
397: WSH_DEBUG_SV.log(l_module_name,'attribute8',
398: P_Carrier_Vehicle_Info.attribute8);
399: WSH_DEBUG_SV.log(l_module_name,'attribute9',
400: P_Carrier_Vehicle_Info.attribute9);
401: WSH_DEBUG_SV.log(l_module_name,'attribute10',
402: P_Carrier_Vehicle_Info.attribute10);
403: WSH_DEBUG_SV.log(l_module_name,'attribute11',

Line 401: WSH_DEBUG_SV.log(l_module_name,'attribute10',

397: WSH_DEBUG_SV.log(l_module_name,'attribute8',
398: P_Carrier_Vehicle_Info.attribute8);
399: WSH_DEBUG_SV.log(l_module_name,'attribute9',
400: P_Carrier_Vehicle_Info.attribute9);
401: WSH_DEBUG_SV.log(l_module_name,'attribute10',
402: P_Carrier_Vehicle_Info.attribute10);
403: WSH_DEBUG_SV.log(l_module_name,'attribute11',
404: P_Carrier_Vehicle_Info.attribute11);
405: WSH_DEBUG_SV.log(l_module_name,'attribute12',

Line 403: WSH_DEBUG_SV.log(l_module_name,'attribute11',

399: WSH_DEBUG_SV.log(l_module_name,'attribute9',
400: P_Carrier_Vehicle_Info.attribute9);
401: WSH_DEBUG_SV.log(l_module_name,'attribute10',
402: P_Carrier_Vehicle_Info.attribute10);
403: WSH_DEBUG_SV.log(l_module_name,'attribute11',
404: P_Carrier_Vehicle_Info.attribute11);
405: WSH_DEBUG_SV.log(l_module_name,'attribute12',
406: P_Carrier_Vehicle_Info.attribute12);
407: WSH_DEBUG_SV.log(l_module_name,'attribute13',

Line 405: WSH_DEBUG_SV.log(l_module_name,'attribute12',

401: WSH_DEBUG_SV.log(l_module_name,'attribute10',
402: P_Carrier_Vehicle_Info.attribute10);
403: WSH_DEBUG_SV.log(l_module_name,'attribute11',
404: P_Carrier_Vehicle_Info.attribute11);
405: WSH_DEBUG_SV.log(l_module_name,'attribute12',
406: P_Carrier_Vehicle_Info.attribute12);
407: WSH_DEBUG_SV.log(l_module_name,'attribute13',
408: P_Carrier_Vehicle_Info.attribute13);
409: WSH_DEBUG_SV.log(l_module_name,'attribute14',

Line 407: WSH_DEBUG_SV.log(l_module_name,'attribute13',

403: WSH_DEBUG_SV.log(l_module_name,'attribute11',
404: P_Carrier_Vehicle_Info.attribute11);
405: WSH_DEBUG_SV.log(l_module_name,'attribute12',
406: P_Carrier_Vehicle_Info.attribute12);
407: WSH_DEBUG_SV.log(l_module_name,'attribute13',
408: P_Carrier_Vehicle_Info.attribute13);
409: WSH_DEBUG_SV.log(l_module_name,'attribute14',
410: P_Carrier_Vehicle_Info.attribute14);
411: WSH_DEBUG_SV.log(l_module_name,'attribute15',

Line 409: WSH_DEBUG_SV.log(l_module_name,'attribute14',

405: WSH_DEBUG_SV.log(l_module_name,'attribute12',
406: P_Carrier_Vehicle_Info.attribute12);
407: WSH_DEBUG_SV.log(l_module_name,'attribute13',
408: P_Carrier_Vehicle_Info.attribute13);
409: WSH_DEBUG_SV.log(l_module_name,'attribute14',
410: P_Carrier_Vehicle_Info.attribute14);
411: WSH_DEBUG_SV.log(l_module_name,'attribute15',
412: P_Carrier_Vehicle_Info.attribute15);
413: END IF;

Line 411: WSH_DEBUG_SV.log(l_module_name,'attribute15',

407: WSH_DEBUG_SV.log(l_module_name,'attribute13',
408: P_Carrier_Vehicle_Info.attribute13);
409: WSH_DEBUG_SV.log(l_module_name,'attribute14',
410: P_Carrier_Vehicle_Info.attribute14);
411: WSH_DEBUG_SV.log(l_module_name,'attribute15',
412: P_Carrier_Vehicle_Info.attribute15);
413: END IF;
414: --
415:

Line 470: WSH_DEBUG_SV.pop(l_module_name);

466: --
467: -- Debug Statements
468: --
469: IF l_debug_on THEN
470: WSH_DEBUG_SV.pop(l_module_name);
471: END IF;
472: --
473:
474: return;

Line 483: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);

479: --
480: -- Debug Statements
481: --
482: IF l_debug_on THEN
483: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
484: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
485: END IF;
486: --
487: end Lock_Carrier_Vehicle_Type;

Line 484: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');

480: -- Debug Statements
481: --
482: IF l_debug_on THEN
483: WSH_DEBUG_SV.logmsg(l_module_name,'Unexpected error has occured. Oracle error message is '|| SQLERRM,WSH_DEBUG_SV.C_UNEXPEC_ERR_LEVEL);
484: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:OTHERS');
485: END IF;
486: --
487: end Lock_Carrier_Vehicle_Type;
488: