DBA Data[Home] [Help]

APPS.CSD_LOGISTICS_UTIL dependencies on OE_GLOBALS

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

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

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

3082:
3083: if (l_order_line_id) is not null then
3084: l_Line_Tbl_Type(1) := OE_Order_PUB.G_MISS_LINE_REC;
3085: l_Line_Tbl_Type(1).line_id := l_order_line_id;
3086: l_Line_Tbl_Type(1).operation := OE_GLOBALS.G_OPR_UPDATE;
3087:
3088: -- taklam: update projects fields
3089: if ((p_product_txn_rec.project_id is not null) or (p_product_txn_rec.unit_number is not null)) then
3090:

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

4009: l_Line_Tbl_Type(1).cancelled_flag := 'Y';
4010: l_Line_Tbl_Type(1).ordered_quantity := 0;
4011:
4012:
4013: l_Line_Tbl_Type(1).operation := OE_GLOBALS.G_OPR_UPDATE;
4014: --bug#7551068
4015: OE_ORDER_PUB.Process_Line(
4016: p_line_tbl => l_Line_Tbl_Type,
4017: x_line_out_tbl => x_Line_Tbl_Type,