DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on WMS_CARTNZN_WRAP

Line 3622: wms_cartnzn_wrap.cartonize(

3618:
3619: RAISE fnd_api.g_exc_unexpected_error;
3620: END;
3621:
3622: wms_cartnzn_wrap.cartonize(
3623: p_api_version => 1.0
3624: , p_init_msg_list => fnd_api.g_false
3625: , p_commit => fnd_api.g_false
3626: ,

Line 4488: , p_transaction_id => wms_cartnzn_wrap.get_lpns_generated_tb

4484: , x_label_status => label_status
4485: , p_api_version => 1.0
4486: , p_print_mode => 1
4487: , p_business_flow_code => 22
4488: , p_transaction_id => wms_cartnzn_wrap.get_lpns_generated_tb
4489: );
4490:
4491: IF (ret_status <> fnd_api.g_ret_sts_success) THEN
4492: IF (l_debug = 1) THEN