DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on OE_GLOBALS

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

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
3178: if ((x_product_txn_rec.project_id is not null) or (x_product_txn_rec.unit_number is not null)) then
3179:

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

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
3392: if ((x_product_txn_rec.project_id is not null) or (x_product_txn_rec.unit_number is not null)) then
3393: