DBA Data[Home] [Help]

APPS.RLM_BLANKET_SV dependencies on OE_GLOBALS

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

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

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

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

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

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

Line 674: , p_control_rec => OE_GLOBALS.G_MISS_CONTROL_REC

670: , p_init_msg_list => FND_API.G_TRUE
671: , p_return_values => FND_API.G_FALSE
672: , p_commit => FND_API.G_FALSE
673: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
674: , p_control_rec => OE_GLOBALS.G_MISS_CONTROL_REC
675: , p_api_service_level => OE_GLOBALS.G_ALL_SERVICE
676: , x_return_status => l_return_status
677: , x_msg_count => x_msg_count
678: , x_msg_data => x_msg_data

Line 675: , p_api_service_level => OE_GLOBALS.G_ALL_SERVICE

671: , p_return_values => FND_API.G_FALSE
672: , p_commit => FND_API.G_FALSE
673: , p_validation_level => FND_API.G_VALID_LEVEL_NONE
674: , p_control_rec => OE_GLOBALS.G_MISS_CONTROL_REC
675: , p_api_service_level => OE_GLOBALS.G_ALL_SERVICE
676: , x_return_status => l_return_status
677: , x_msg_count => x_msg_count
678: , x_msg_data => x_msg_data
679: , p_header_rec => l_oe_header_rec