DBA Data[Home] [Help]

APPS.WSH_PICKING_BATCHES_GRP dependencies on WSH_PICKING_BATCHES_PUB

Line 23: -- Function : This API is called from WSH_PICKING_BATCHES_PUB

19: --
20: -- API Name : Create_Batch
21: -- Type : Group
22: -- Pre-reqs : None.
23: -- Function : This API is called from WSH_PICKING_BATCHES_PUB
24: -- to validate all the parameters and create the Picking Batch
25: --
26: -- PARAMETERS : p_api_version_number known api versionerror buffer
27: -- p_init_msg_list FND_API.G_TRUE to reset list

Line 51: p_batch_rec IN WSH_PICKING_BATCHES_PUB.Batch_Info_Rec,

47: x_msg_count OUT NOCOPY NUMBER,
48: x_msg_data OUT NOCOPY VARCHAR2,
49: p_rule_id IN NUMBER DEFAULT NULL,
50: p_rule_name IN VARCHAR2 DEFAULT NULL,
51: p_batch_rec IN WSH_PICKING_BATCHES_PUB.Batch_Info_Rec,
52: p_batch_prefix IN VARCHAR2 DEFAULT NULL,
53: x_batch_id OUT NOCOPY NUMBER) IS
54:
55:

Line 210: l_batch_in_rec WSH_PICKING_BATCHES_PUB.Batch_Info_rec;

206: l_number_of_warnings NUMBER := 0;
207: l_debug_on BOOLEAN;
208:
209: -- Record Variable which holds the input Batch Record
210: l_batch_in_rec WSH_PICKING_BATCHES_PUB.Batch_Info_rec;
211: -- Record Variable which holds final data to be sent to the private API
212: l_batch_grp_rec WSH_PICKING_BATCHES_GRP.Batch_Info_rec;
213:
214: l_rule_id NUMBER;

Line 2648: wsh_util_core.default_handler('WSH_PICKING_BATCHES_PUB.CREATE_BATCH');

2644: --}
2645: END IF;
2646: WHEN OTHERS THEN
2647: ROLLBACK TO PICKING_BATCH_GRP;
2648: wsh_util_core.default_handler('WSH_PICKING_BATCHES_PUB.CREATE_BATCH');
2649: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
2650: FND_MSG_PUB.Count_And_Get
2651: (
2652: p_count => x_msg_count,