DBA Data[Home] [Help]

APPS.RLM_BLANKET_SV dependencies on OE_GLOBALS

Line 656: l_oe_header_rec.operation := OE_Globals.G_OPR_CREATE;

652: rlm_core_sv.dlog(C_DEBUG, 'Org ID', x_Sched_rec.org_id);
653: END IF;
654: --
655: l_oe_header_rec := OE_Order_PUB.G_MISS_HEADER_REC;
656: l_oe_header_rec.operation := OE_Globals.G_OPR_CREATE;
657: l_oe_header_rec.blanket_number := x_Group_rec.setup_terms_rec.blanket_number;
658: l_oe_header_rec.sold_to_org_id := x_Sched_rec.customer_id;
659: l_oe_header_rec.org_id := x_Sched_rec.org_id;
660: --

Line 661: l_action_request_tbl(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;

657: l_oe_header_rec.blanket_number := x_Group_rec.setup_terms_rec.blanket_number;
658: l_oe_header_rec.sold_to_org_id := x_Sched_rec.customer_id;
659: l_oe_header_rec.org_id := x_Sched_rec.org_id;
660: --
661: l_action_request_tbl(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
662: l_action_request_tbl(1).request_type := OE_GLOBALS.G_BOOK_ORDER;
663: --
664: OE_Order_Grp.Process_order
665: ( p_api_version_number => 1.0

Line 662: l_action_request_tbl(1).request_type := OE_GLOBALS.G_BOOK_ORDER;

658: l_oe_header_rec.sold_to_org_id := x_Sched_rec.customer_id;
659: l_oe_header_rec.org_id := x_Sched_rec.org_id;
660: --
661: l_action_request_tbl(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
662: l_action_request_tbl(1).request_type := OE_GLOBALS.G_BOOK_ORDER;
663: --
664: OE_Order_Grp.Process_order
665: ( p_api_version_number => 1.0
666: , p_init_msg_list => FND_API.G_TRUE

Line 670: , p_control_rec => OE_GLOBALS.G_MISS_CONTROL_REC

666: , p_init_msg_list => FND_API.G_TRUE
667: , p_return_values => FND_API.G_FALSE
668: , p_commit => FND_API.G_FALSE
669: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
670: , p_control_rec => OE_GLOBALS.G_MISS_CONTROL_REC
671: , p_api_service_level => OE_GLOBALS.G_ALL_SERVICE
672: , x_return_status => l_return_status
673: , x_msg_count => x_msg_count
674: , x_msg_data => x_msg_data

Line 671: , p_api_service_level => OE_GLOBALS.G_ALL_SERVICE

667: , p_return_values => FND_API.G_FALSE
668: , p_commit => FND_API.G_FALSE
669: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
670: , p_control_rec => OE_GLOBALS.G_MISS_CONTROL_REC
671: , p_api_service_level => OE_GLOBALS.G_ALL_SERVICE
672: , x_return_status => l_return_status
673: , x_msg_count => x_msg_count
674: , x_msg_data => x_msg_data
675: , p_header_rec => l_oe_header_rec