DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on OE_ORDER_PUB

Line 2299: l_Line_Tbl_Type OE_ORDER_PUB.Line_Tbl_Type;

2295: l_rev_ctl_code mtl_system_items.revision_qty_control_code%TYPE;
2296: l_booked_flag oe_order_headers_all.booked_flag%TYPE;
2297:
2298: --taklam
2299: l_Line_Tbl_Type OE_ORDER_PUB.Line_Tbl_Type;
2300: x_Line_Tbl_Type OE_ORDER_PUB.Line_Tbl_Type;
2301: l_p_ship_from_org_id NUMBER;
2302: l_project_count NUMBER;
2303:

Line 2300: x_Line_Tbl_Type OE_ORDER_PUB.Line_Tbl_Type;

2296: l_booked_flag oe_order_headers_all.booked_flag%TYPE;
2297:
2298: --taklam
2299: l_Line_Tbl_Type OE_ORDER_PUB.Line_Tbl_Type;
2300: x_Line_Tbl_Type OE_ORDER_PUB.Line_Tbl_Type;
2301: l_p_ship_from_org_id NUMBER;
2302: l_project_count NUMBER;
2303:
2304: l_sr_account_id NUMBER; -- swai: bug 6001057

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

3169: FETCH order_line_cu into l_order_line_id, l_p_ship_from_org_id;
3170: CLOSE order_line_cu;
3171:
3172: if (l_order_line_id) is not null then
3173: l_Line_Tbl_Type(1) := OE_Order_PUB.G_MISS_LINE_REC;
3174: l_Line_Tbl_Type(1).line_id := l_order_line_id;
3175: l_Line_Tbl_Type(1).operation := OE_GLOBALS.G_OPR_UPDATE;
3176:
3177: -- taklam: update project and unit number fields

Line 3215: OE_ORDER_PUB.Process_Line(

3211: l_Line_Tbl_Type(1).end_customer_id := l_sr_account_id;
3212: end if;
3213: end if; -- end update 3rd party fields
3214:
3215: OE_ORDER_PUB.Process_Line(
3216: p_line_tbl => l_Line_Tbl_Type,
3217: x_line_out_tbl => x_Line_Tbl_Type,
3218: x_return_status => x_return_status,
3219: x_msg_count => x_msg_count,

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

3383: OR (x_product_txn_rec.action_type in ('RMA_THIRD_PTY', 'SHIP_THIRD_PTY')))
3384: and (x_product_txn_rec.project_id <> FND_API.G_MISS_NUM)) then --bug#6075825
3385:
3386: if (l_order_line_id) is not null then
3387: l_Line_Tbl_Type(1) := OE_Order_PUB.G_MISS_LINE_REC;
3388: l_Line_Tbl_Type(1).line_id := l_order_line_id;
3389: l_Line_Tbl_Type(1).operation := OE_GLOBALS.G_OPR_UPDATE;
3390:
3391: -- taklam: update project and unit number fields

Line 3429: OE_ORDER_PUB.Process_Line(

3425: l_Line_Tbl_Type(1).end_customer_id := l_sr_account_id;
3426: end if;
3427: end if; -- end update 3rd party fields
3428:
3429: OE_ORDER_PUB.Process_Line(
3430: p_line_tbl => l_Line_Tbl_Type,
3431: x_line_out_tbl => x_Line_Tbl_Type,
3432: x_return_status => x_return_status,
3433: x_msg_count => x_msg_count,