DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on FND_API

Line 14: x_return_status: FND_API return codes are used

10: p_revision_date: The revision date of the assembly
11: p_primary_item_id: The item id of the assembly
12: p_alternate_bom_designator: the abm of the assembly, if it is being used
13: p_user_id: To set the standard WHO column in bom_explosions
14: x_return_status: FND_API return codes are used
15: x_msg_data: The error message. This message is not put on the stack!
16: */
17: procedure explode(p_organization_id NUMBER,
18: p_bill_sequence_id NUMBER,

Line 33: x_return_status: FND_API return codes are used

29: Parameters:
30: p_wip_entity_id: The wip entity id of the job/schedule
31: p_wip_entity_type: The wip entity type of the job/schedule
32: p_repetitive_schedule_id: The rep sched id of the schedule if cancelling a rep. sched.
33: x_return_status: FND_API return codes are used
34: x_msg_data: The error message. This message is not put on the stack!
35: */
36: procedure cancel_allocations(p_wip_entity_id NUMBER,
37: p_wip_entity_type NUMBER,

Line 76: x_return_status: FND_API return codes are used

72: Parameters:
73: p_wip_entity_id: The wip entity id of the job/schedule
74: p_operation_seq_num: The new op seq of the move orders
75: p_repetitive_schedule_id: The rep sched id of the schedule if cancelling a rep. sched.
76: x_return_status: FND_API return codes are used
77: x_msg_data: The error message. This message is not put on the stack!
78: */
79: procedure update_allocation_op_seqs(p_wip_entity_id IN NUMBER,
80: p_repetitive_schedule_id IN NUMBER := null,

Line 125: x_return_status: FND_API return codes are used

121: be allocated if the open quantity is less.
122: p_cutoff_date: The last date to allocate for.
123: p_wip_entity_type: The wip entity type of the jobs/schedules.
124: p_organization_id: The organization id of the jobs/schedules.
125: x_return_status: FND_API return codes are used
126: x_msg_data: The error message. This message is not put on the stack!
127: */
128: procedure allocate(p_alloc_tbl IN OUT NOCOPY wip_picking_pub.allocate_tbl_t,
129: p_days_to_alloc NUMBER := NULL, --only used for rep scheds

Line 182: x_return_status: FND_API return codes are used

178: p_auto_detail_flag: Indicates automatic detailing of Move Order lines to Inventory.
179: p_cutoff_date: The last date to allocate for.
180: p_wip_entity_type: The wip entity type of the jobs/schedules.
181: p_organization_id: The organization id of the jobs/schedules.
182: x_return_status: FND_API return codes are used
183: x_msg_data: The error message. This message is not put on the stack!
184: */
185:
186: