DBA Data[Home] [Help]

APPS.WMS_CARTNZN_PUB dependencies on FND_MSG_PUB

Line 3396: fnd_msg_pub.initialize;

3392: RAISE fnd_api.g_exc_error;
3393: END IF;
3394:
3395: IF (fnd_api.to_boolean ( p_init_msg_list )) THEN
3396: fnd_msg_pub.initialize;
3397: END IF;
3398:
3399: x_return_status := fnd_api.g_ret_sts_success;
3400:

Line 4878: FND_MSG_PUB.ADD;

4874: if (g_trace_on = 1) then log_event('wms_cartnzn_pub after inv_label.print_label '); END IF;
4875:
4876: IF l_return_status <> fnd_api.g_ret_sts_success THEN
4877: FND_MESSAGE.SET_NAME('INV', 'INV_RCV_CRT_PRINT_LAB_FAIL'); -- MSGTBD
4878: FND_MSG_PUB.ADD;
4879:
4880: --IF( packaging_mode IN (2,3,4) ) THEN
4881: --x_return_status := l_return_status;
4882: --x_msg_data := l_msg_data;

Line 4918: FND_MSG_PUB.ADD;

4914: x_return_status := fnd_api.g_ret_sts_success;
4915:
4916: FND_MESSAGE.SET_NAME('WMS', 'WMS_CARTONIZATION_ERROR');
4917: FND_MESSAGE.SET_TOKEN('ERROR_CODE', ERROR_CODE);
4918: FND_MSG_PUB.ADD;
4919:
4920: if (g_trace_on = 1) then log_event('EXCEPTION occurred from ERROR_CODE:'||error_code); END IF;
4921:
4922: fnd_msg_pub.count_and_get

Line 4922: fnd_msg_pub.count_and_get

4918: FND_MSG_PUB.ADD;
4919:
4920: if (g_trace_on = 1) then log_event('EXCEPTION occurred from ERROR_CODE:'||error_code); END IF;
4921:
4922: fnd_msg_pub.count_and_get
4923: (
4924: p_count => x_msg_count,
4925: p_data => x_msg_data
4926: );

Line 4936: -- x_msg_data := fnd_msg_pub.get(I,'F');

4932: -- dbms_output.put_line (replace(x_msg_data,chr(0),' '));
4933: -- ELSE
4934: -- dbms_output.put_line ('Not Successful2');
4935: -- For I in 1..x_msg_count LOOP
4936: -- x_msg_data := fnd_msg_pub.get(I,'F');
4937: -- dbms_output.put_line(replace(x_msg_data,chr(0),' '));
4938: -- END LOOP;
4939: -- END IF;
4940:

Line 4952: FND_MSG_PUB.ADD;

4948: x_return_status := fnd_api.g_ret_sts_unexp_error;
4949:
4950: FND_MESSAGE.SET_NAME('WMS', 'WMS_CARTONIZATION_ERROR');
4951: FND_MESSAGE.SET_TOKEN('ERROR_CODE', ERROR_CODE);
4952: FND_MSG_PUB.ADD;
4953: if (g_trace_on = 1) then log_event('Exception occurred from ERROR_CODE:'||error_code); END IF;
4954: fnd_msg_pub.count_and_get
4955: (
4956: p_count => x_msg_count,

Line 4954: fnd_msg_pub.count_and_get

4950: FND_MESSAGE.SET_NAME('WMS', 'WMS_CARTONIZATION_ERROR');
4951: FND_MESSAGE.SET_TOKEN('ERROR_CODE', ERROR_CODE);
4952: FND_MSG_PUB.ADD;
4953: if (g_trace_on = 1) then log_event('Exception occurred from ERROR_CODE:'||error_code); END IF;
4954: fnd_msg_pub.count_and_get
4955: (
4956: p_count => x_msg_count,
4957: p_data => x_msg_data
4958: );

Line 4973: FND_MSG_PUB.ADD;

4969: ERROR_MSG := Sqlerrm;
4970:
4971: FND_MESSAGE.SET_NAME('WMS', 'WMS_CARTONIZATION_ERROR');
4972: FND_MESSAGE.SET_TOKEN('ERROR_CODE', ERROR_CODE);
4973: FND_MSG_PUB.ADD;
4974:
4975: if (g_trace_on = 1) then log_event('Exception occurred from ERROR_CODE:'||error_code); END IF;
4976:
4977: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error ) THEN

Line 4977: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error ) THEN

4973: FND_MSG_PUB.ADD;
4974:
4975: if (g_trace_on = 1) then log_event('Exception occurred from ERROR_CODE:'||error_code); END IF;
4976:
4977: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error ) THEN
4978:
4979: fnd_msg_pub.add_exc_msg
4980: ( g_pkg_name,
4981: l_api_name,

Line 4979: fnd_msg_pub.add_exc_msg

4975: if (g_trace_on = 1) then log_event('Exception occurred from ERROR_CODE:'||error_code); END IF;
4976:
4977: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error ) THEN
4978:
4979: fnd_msg_pub.add_exc_msg
4980: ( g_pkg_name,
4981: l_api_name,
4982: ERROR_MSG
4983: );

Line 4986: fnd_msg_pub.count_and_get

4982: ERROR_MSG
4983: );
4984: END IF;
4985:
4986: fnd_msg_pub.count_and_get
4987: (
4988: p_count => x_msg_count,
4989: p_data => x_msg_data
4990: );

Line 7223: FND_MSG_PUB.ADD;

7219: END IF;
7220:
7221: IF l_return_status <> fnd_api.g_ret_sts_success THEN
7222: FND_MESSAGE.SET_NAME('INV', 'INV_RCV_CRT_PRINT_LAB_FAIL'); -- MSGTBD
7223: FND_MSG_PUB.ADD;
7224: IF (g_trace_on = 1) THEN
7225: log_event('wms_cartnzn_pub inv_label.print_label FAILED;'|| to_char(sysdate, 'YYYY-MM-DD HH:DD:SS'));
7226: END IF;
7227: END IF;

Line 7691: FND_MSG_PUB.ADD;

7687: ROLLBACK TO cartonize_pub;
7688: x_return_status := fnd_api.g_ret_sts_success;
7689: FND_MESSAGE.SET_NAME('WMS', 'WMS_CARTONIZATION_ERROR');
7690: FND_MESSAGE.SET_TOKEN('ERROR_CODE', ERROR_CODE);
7691: FND_MSG_PUB.ADD;
7692: IF (g_trace_on = 1) THEN log_event('EXCEPTION occurred from ERROR_CODE:'||error_code); END IF;
7693: fnd_msg_pub.count_and_get
7694: (
7695: p_count => x_msg_count,

Line 7693: fnd_msg_pub.count_and_get

7689: FND_MESSAGE.SET_NAME('WMS', 'WMS_CARTONIZATION_ERROR');
7690: FND_MESSAGE.SET_TOKEN('ERROR_CODE', ERROR_CODE);
7691: FND_MSG_PUB.ADD;
7692: IF (g_trace_on = 1) THEN log_event('EXCEPTION occurred from ERROR_CODE:'||error_code); END IF;
7693: fnd_msg_pub.count_and_get
7694: (
7695: p_count => x_msg_count,
7696: p_data => x_msg_data
7697: );

Line 7712: FND_MSG_PUB.ADD;

7708: x_return_status := fnd_api.g_ret_sts_unexp_error;
7709:
7710: FND_MESSAGE.SET_NAME('WMS', 'WMS_CARTONIZATION_ERROR');
7711: FND_MESSAGE.SET_TOKEN('ERROR_CODE', ERROR_CODE);
7712: FND_MSG_PUB.ADD;
7713: if (g_trace_on = 1) then log_event('Exception occurred from ERROR_CODE:'||error_code); END IF;
7714: fnd_msg_pub.count_and_get
7715: (
7716: p_count => x_msg_count,

Line 7714: fnd_msg_pub.count_and_get

7710: FND_MESSAGE.SET_NAME('WMS', 'WMS_CARTONIZATION_ERROR');
7711: FND_MESSAGE.SET_TOKEN('ERROR_CODE', ERROR_CODE);
7712: FND_MSG_PUB.ADD;
7713: if (g_trace_on = 1) then log_event('Exception occurred from ERROR_CODE:'||error_code); END IF;
7714: fnd_msg_pub.count_and_get
7715: (
7716: p_count => x_msg_count,
7717: p_data => x_msg_data
7718: );

Line 7732: FND_MSG_PUB.ADD;

7728: x_return_status := fnd_api.g_ret_sts_unexp_error;
7729: ERROR_MSG := Sqlerrm;
7730: FND_MESSAGE.SET_NAME('WMS', 'WMS_CARTONIZATION_ERROR');
7731: FND_MESSAGE.SET_TOKEN('ERROR_CODE', ERROR_CODE);
7732: FND_MSG_PUB.ADD;
7733: IF (g_trace_on = 1) THEN log_event('Exception occurred from ERROR_CODE:'||error_code); END IF;
7734:
7735: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error ) THEN
7736: fnd_msg_pub.add_exc_msg

Line 7735: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error ) THEN

7731: FND_MESSAGE.SET_TOKEN('ERROR_CODE', ERROR_CODE);
7732: FND_MSG_PUB.ADD;
7733: IF (g_trace_on = 1) THEN log_event('Exception occurred from ERROR_CODE:'||error_code); END IF;
7734:
7735: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error ) THEN
7736: fnd_msg_pub.add_exc_msg
7737: ( g_pkg_name,
7738: l_api_name,
7739: ERROR_MSG

Line 7736: fnd_msg_pub.add_exc_msg

7732: FND_MSG_PUB.ADD;
7733: IF (g_trace_on = 1) THEN log_event('Exception occurred from ERROR_CODE:'||error_code); END IF;
7734:
7735: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error ) THEN
7736: fnd_msg_pub.add_exc_msg
7737: ( g_pkg_name,
7738: l_api_name,
7739: ERROR_MSG
7740: );

Line 7743: fnd_msg_pub.count_and_get

7739: ERROR_MSG
7740: );
7741: END IF;
7742:
7743: fnd_msg_pub.count_and_get
7744: (
7745: p_count => x_msg_count,
7746: p_data => x_msg_data
7747: );