DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on WMS_CARTNZN_WRAP

Line 3909: wms_cartnzn_wrap.cartonize(

3905:
3906: RAISE fnd_api.g_exc_unexpected_error;
3907: END;
3908:
3909: wms_cartnzn_wrap.cartonize(
3910: p_api_version => 1.0
3911: , p_init_msg_list => fnd_api.g_false
3912: , p_commit => fnd_api.g_false
3913: ,

Line 4913: , p_transaction_id => wms_cartnzn_wrap.get_lpns_generated_tb

4909: , x_label_status => label_status
4910: , p_api_version => 1.0
4911: , p_print_mode => 1
4912: , p_business_flow_code => 22
4913: , p_transaction_id => wms_cartnzn_wrap.get_lpns_generated_tb
4914: );
4915:
4916: IF (ret_status <> fnd_api.g_ret_sts_success) THEN
4917: IF (l_debug = 1) THEN