DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on OE_GLOBALS

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

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

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

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