DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_UTIL dependencies on OE_GLOBALS

Line 2840: l_Line_Tbl_Type(1).operation := OE_GLOBALS.G_OPR_UPDATE;

2836:
2837: if (l_order_line_id) is not null then
2838: l_Line_Tbl_Type(1) := OE_Order_PUB.G_MISS_LINE_REC;
2839: l_Line_Tbl_Type(1).line_id := l_order_line_id;
2840: l_Line_Tbl_Type(1).operation := OE_GLOBALS.G_OPR_UPDATE;
2841:
2842: -- taklam: update project and unit number fields
2843: if ((p_product_txn_rec.project_id is not null) or (p_product_txn_rec.unit_number is not null)) then
2844:

Line 3094: l_Line_Tbl_Type(1).operation := OE_GLOBALS.G_OPR_UPDATE;

3090:
3091: if (l_order_line_id) is not null then
3092: l_Line_Tbl_Type(1) := OE_Order_PUB.G_MISS_LINE_REC;
3093: l_Line_Tbl_Type(1).line_id := l_order_line_id;
3094: l_Line_Tbl_Type(1).operation := OE_GLOBALS.G_OPR_UPDATE;
3095:
3096: -- taklam: update projects fields
3097: if ((p_product_txn_rec.project_id is not null) or (p_product_txn_rec.unit_number is not null)) then
3098:

Line 4027: l_Line_Tbl_Type(1).operation := OE_GLOBALS.G_OPR_UPDATE;

4023: l_Line_Tbl_Type(1).cancelled_flag := 'Y';
4024: l_Line_Tbl_Type(1).ordered_quantity := 0;
4025:
4026:
4027: l_Line_Tbl_Type(1).operation := OE_GLOBALS.G_OPR_UPDATE;
4028: --bug#7551068
4029: OE_ORDER_PUB.Process_Line(
4030: p_line_tbl => l_Line_Tbl_Type,
4031: x_line_out_tbl => x_Line_Tbl_Type,