DBA Data[Home] [Help]

APPS.CSD_INTERNAL_ORDERS_PVT dependencies on INV_REPLENISH_DETAIL_PUB

Line 2259: -- we would need to create the allocation here. We make use of inv_replenish_detail_pub.line_details

2255: l_move_order_hdr_id := 0;
2256: END;
2257:
2258: IF NVL(l_mmtt_temp_id,0) = 0 THEN
2259: -- we would need to create the allocation here. We make use of inv_replenish_detail_pub.line_details
2260: -- to create the allocations.
2261: SELECT wdd.move_order_line_id
2262: INTO l_move_order_line_id
2263: FROM wsh_delivery_details wdd,

Line 2271: inv_replenish_detail_pub.line_details_pub

2267:
2268: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
2269: fnd_log.string(G_LEVEL_PROCEDURE, lc_api_name,'Creating the allocations for move line id'||l_move_order_line_id);
2270: END IF;
2271: inv_replenish_detail_pub.line_details_pub
2272: (p_line_id => l_move_order_line_id,
2273: x_number_of_rows => x_number_of_rows,
2274: x_detailed_qty => x_detailed_qty,
2275: x_detailed_qty2 => x_detailed_qty2,

Line 2294: fnd_log.string(G_LEVEL_PROCEDURE, lc_api_name,'Returned from inv_replenish_detail_pub.line_details. Return status'||x_return_status);

2290: p_auto_pick_confirm => FALSE,
2291: p_commit => FALSE
2292: );
2293: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
2294: fnd_log.string(G_LEVEL_PROCEDURE, lc_api_name,'Returned from inv_replenish_detail_pub.line_details. Return status'||x_return_status);
2295: END IF;
2296:
2297: IF x_return_status <> G_RET_STS_SUCCESS THEN
2298: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN