DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_ORDER_WF_UTIL

Line 1: PACKAGE BODY oe_order_wf_util AS

1: PACKAGE BODY oe_order_wf_util AS
2: /* $Header: OEXUOWFB.pls 120.44.12020000.9 2013/04/09 08:06:27 spothula ship $ */
3:
4: -- record for dynamic notification body for quote/blanket
5: TYPE line_record IS RECORD (

Line 792: l_item_type := oe_order_wf_util.get_wf_item_type (p_line_rec);

788:
789: createstart_linefork (p_line_rec);
790: ELSE -- Regular Flow creation
791: -- Get Wf itme type
792: l_item_type := oe_order_wf_util.get_wf_item_type (p_line_rec);
793:
794: IF l_debug_level > 0
795: THEN
796: oe_debug_pub.ADD ('IN CREATESTART_LINEPROCESS');

Line 1304: oe_order_wf_util.get_wf_item_type (l_line_rec);

1300: (ctr).line_id,
1301: x_line_rec => l_line_rec
1302: );
1303: l_item_type :=
1304: oe_order_wf_util.get_wf_item_type (l_line_rec);
1305: create_lineworkitem (l_line_rec, l_item_type);
1306: END IF; -- if post_write_ato_line_id <> l_ato_line_id
1307: END IF; -- item_type = CLASS
1308:

Line 1470: oe_debug_pub.ADD ('IN OE_ORDER_WF_UTIL.DELETE_ROW');

1466: --
1467: BEGIN
1468: IF l_debug_level > 0
1469: THEN
1470: oe_debug_pub.ADD ('IN OE_ORDER_WF_UTIL.DELETE_ROW');
1471: END IF;
1472:
1473: IF p_type = 'HEADER'
1474: THEN

Line 1655: ('OE_ORDER_WF_UTIL: DELETE TYPE NOT IN HEADER,LINE,NEGOTIATE,BLANKET'

1651: ELSE
1652: IF l_debug_level > 0
1653: THEN
1654: oe_debug_pub.ADD
1655: ('OE_ORDER_WF_UTIL: DELETE TYPE NOT IN HEADER,LINE,NEGOTIATE,BLANKET'
1656: );
1657: END IF;
1658:
1659: IF oe_msg_pub.check_msg_level (oe_msg_pub.g_msg_lvl_unexp_error)

Line 1668: oe_debug_pub.ADD ('EXITING OE_ORDER_WF_UTIL.DELETE_ROW');

1664: END IF;
1665:
1666: IF l_debug_level > 0
1667: THEN
1668: oe_debug_pub.ADD ('EXITING OE_ORDER_WF_UTIL.DELETE_ROW');
1669: END IF;
1670: END delete_row;
1671:
1672: PROCEDURE update_flow_status_code (

Line 3880: oe_order_wf_util.build_blanket_doc

3876: END IF;
3877:
3878: IF l_blanket_flag = 'Y'
3879: THEN
3880: oe_order_wf_util.build_blanket_doc
3881: (p_item_type => l_item_type,
3882: p_item_key => l_header_id,
3883: -- ame er 16084377
3884: p_display_type => display_type,

Line 3891: oe_order_wf_util.build_quote_doc

3887: -----------------------------
3888: -- Sales Document is Quote --
3889: -----------------------------
3890: ELSE -- l_blanket_flag = 'N'
3891: oe_order_wf_util.build_quote_doc
3892: (p_item_type => l_item_type,
3893: p_item_key => l_header_id,
3894: -- ame er 16084377
3895: p_display_type => display_type,

Line 4007: oe_order_wf_util.check_credit_hold

4003: mo_global.set_policy_context ('S', l_org_id); -- 16084377 ame bsa
4004:
4005: --- ??? Check with the PM
4006: l_credit_hold :=
4007: oe_order_wf_util.check_credit_hold
4008: (p_hold_entity_code => 'O',
4009: p_hold_entity_id => l_transaction_id
4010: );
4011:

Line 4434: oe_order_wf_util.check_credit_hold

4430: -- Build the header attribute values
4431: l_order_total := oe_oe_totals_summary.prt_order_total (l_transaction_id);
4432: --- ???? Check with PM
4433: l_credit_hold :=
4434: oe_order_wf_util.check_credit_hold
4435: (p_hold_entity_code => 'O',
4436: p_hold_entity_id => l_transaction_id
4437: );
4438: oe_margin_pvt.get_order_margin

Line 5182: END oe_order_wf_util;

5178: p_data => x_msg_data
5179: );
5180: oe_msg_pub.reset_msg_context (p_entity_code => 'HEADER');
5181: END complete_eligible_and_book;
5182: END oe_order_wf_util;