DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on OE_ORDER_PUB

Line 2382: l_Line_Tbl_Type OE_ORDER_PUB.Line_Tbl_Type;

2378: l_rev_ctl_code mtl_system_items.revision_qty_control_code%TYPE;
2379: l_booked_flag oe_order_headers_all.booked_flag%TYPE;
2380:
2381: --taklam
2382: l_Line_Tbl_Type OE_ORDER_PUB.Line_Tbl_Type;
2383: x_Line_Tbl_Type OE_ORDER_PUB.Line_Tbl_Type;
2384: l_p_ship_from_org_id NUMBER;
2385: l_project_count NUMBER;
2386:

Line 2383: x_Line_Tbl_Type OE_ORDER_PUB.Line_Tbl_Type;

2379: l_booked_flag oe_order_headers_all.booked_flag%TYPE;
2380:
2381: --taklam
2382: l_Line_Tbl_Type OE_ORDER_PUB.Line_Tbl_Type;
2383: x_Line_Tbl_Type OE_ORDER_PUB.Line_Tbl_Type;
2384: l_p_ship_from_org_id NUMBER;
2385: l_project_count NUMBER;
2386:
2387: l_sr_account_id NUMBER; -- swai: bug 6001057

Line 3256: l_Line_Tbl_Type(1) := OE_Order_PUB.G_MISS_LINE_REC;

3252: FETCH order_line_cu into l_order_line_id, l_p_ship_from_org_id;
3253: CLOSE order_line_cu;
3254:
3255: if (l_order_line_id) is not null then
3256: l_Line_Tbl_Type(1) := OE_Order_PUB.G_MISS_LINE_REC;
3257: l_Line_Tbl_Type(1).line_id := l_order_line_id;
3258: l_Line_Tbl_Type(1).operation := OE_GLOBALS.G_OPR_UPDATE;
3259:
3260: -- taklam: update project and unit number fields

Line 3304: OE_ORDER_PUB.Process_Line(

3300: l_Line_Tbl_Type(1).end_customer_id := l_sr_account_id;
3301: end if;
3302: end if; -- end update 3rd party fields
3303:
3304: OE_ORDER_PUB.Process_Line(
3305: p_line_tbl => l_Line_Tbl_Type,
3306: x_line_out_tbl => x_Line_Tbl_Type,
3307: x_return_status => x_return_status,
3308: x_msg_count => x_msg_count,

Line 3477: l_Line_Tbl_Type(1) := OE_Order_PUB.G_MISS_LINE_REC;

3473: OR (x_product_txn_rec.action_type in ('RMA_THIRD_PTY', 'SHIP_THIRD_PTY')))
3474: and ((NVL(x_product_txn_rec.project_id,-1)) <> FND_API.G_MISS_NUM)) then --bug#6075825
3475:
3476: if (l_order_line_id) is not null then
3477: l_Line_Tbl_Type(1) := OE_Order_PUB.G_MISS_LINE_REC;
3478: l_Line_Tbl_Type(1).line_id := l_order_line_id;
3479: l_Line_Tbl_Type(1).operation := OE_GLOBALS.G_OPR_UPDATE;
3480:
3481: -- taklam: update project and unit number fields

Line 3525: OE_ORDER_PUB.Process_Line(

3521: l_Line_Tbl_Type(1).end_customer_id := l_sr_account_id;
3522: end if;
3523: end if; -- end update 3rd party fields
3524:
3525: OE_ORDER_PUB.Process_Line(
3526: p_line_tbl => l_Line_Tbl_Type,
3527: x_line_out_tbl => x_Line_Tbl_Type,
3528: x_return_status => x_return_status,
3529: x_msg_count => x_msg_count,