DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_PUB dependencies on STANDARD

Line 22: -- 5) other standard parameters

18: -- Parameters: 1) table of delivery_detail_ids
19: -- 2) action: assign/unassign
20: -- 3) delivery_id: need to specify delivery id or delivery nameif the action is 'ASSIGN'
21: -- 4) delivery_name: need to specify delivery id or delivery name if the action is 'ASSIGN'
22: -- 5) other standard parameters
23: --
24: -- Description: This procedure assign/unassign delivery_details to a delivery
25: --
26: -- History:

Line 53: -- Standard parameters

49: * @rep:displayname Assign/Unassign Delivery Lines
50: */
51:
52: PROCEDURE detail_to_delivery(
53: -- Standard parameters
54: p_api_version IN NUMBER,
55: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
56: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,
57: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL,

Line 97: -- Standard parameters

93: * @rep:lifecycle active
94: * @rep:displayname Split Delivery Line
95: */
96: PROCEDURE split_line(
97: -- Standard parameters
98: p_api_version IN NUMBER,
99: p_init_msg_list IN VARCHAR2 DEFAULT FND_API.G_FALSE,
100: p_commit IN VARCHAR2 DEFAULT FND_API.G_FALSE,
101: p_validation_level IN NUMBER DEFAULT FND_API.G_VALID_LEVEL_FULL,