DBA Data[Home] [Help]

APPS.WIP_PICKING_PVT dependencies on WIP_PICKING_PUB

Line 87: procedure reduce_comp_allocations(p_comp_tbl IN wip_picking_pub.allocate_comp_tbl_t,

83: x_msg_data OUT NOCOPY VARCHAR2);
84:
85: /* This procedure reduces the allocated quantity for a component
86: by the requested quantity */
87: procedure reduce_comp_allocations(p_comp_tbl IN wip_picking_pub.allocate_comp_tbl_t,
88: p_wip_entity_type NUMBER,
89: p_organization_id NUMBER,
90: x_return_status OUT NOCOPY VARCHAR2,
91: x_msg_data OUT NOCOPY VARCHAR2);

Line 128: procedure allocate(p_alloc_tbl IN OUT NOCOPY wip_picking_pub.allocate_tbl_t,

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
130: p_auto_detail_flag VARCHAR2 DEFAULT NULL,
131: p_start_date DATE DEFAULT NULL, /* Enh#2824753 */
132: p_cutoff_date DATE,

Line 187: procedure allocate_comp(p_alloc_comp_tbl IN OUT NOCOPY wip_picking_pub.allocate_comp_tbl_t,

183: x_msg_data: The error message. This message is not put on the stack!
184: */
185:
186:
187: procedure allocate_comp(p_alloc_comp_tbl IN OUT NOCOPY wip_picking_pub.allocate_comp_tbl_t,
188: p_days_to_alloc NUMBER DEFAULT NULL, --only used for rep scheds
189: p_auto_detail_flag VARCHAR2 DEFAULT NULL,
190: p_cutoff_date DATE,
191: p_wip_entity_type NUMBER,

Line 221: x_comp_sql_tbl OUT NOCOPY wip_picking_pub.allocate_comp_tbl_t,

217: p_project_id NUMBER,
218: p_task_id NUMBER,
219: p_to_op_seq_num NUMBER,
220: p_alt_rout_desig VARCHAR2,
221: x_comp_sql_tbl OUT NOCOPY wip_picking_pub.allocate_comp_tbl_t,
222: x_return_status OUT NOCOPY VARCHAR2,
223: x_msg_data OUT NOCOPY VARCHAR2 );
224:
225: Procedure Post_Explosion_CleanUp(p_wip_entity_id number,