DBA Data[Home] [Help]

APPS.OE_ORDER_CACHE dependencies on OE_ORDER_PUB

Line 1129: RETURN OE_Order_PUB.Header_Rec_Type

1125: -- be accessed both as a function and as a procedure
1126: ------------------------------------------------------------
1127: FUNCTION Load_Order_Header
1128: ( p_key IN NUMBER )
1129: RETURN OE_Order_PUB.Header_Rec_Type
1130: IS
1131: BEGIN
1132:
1133: Load_Order_Header(p_key);

Line 1188: ( p_hdr_adj_rec IN oe_order_pub.header_adj_rec_type)

1184: END Load_Order_Header;
1185:
1186:
1187: FUNCTION load_header_discount
1188: ( p_hdr_adj_rec IN oe_order_pub.header_adj_rec_type)
1189: RETURN OE_ORDER_PUB.Header_ADJ_REC_TYPE
1190: IS
1191: l_header_adj_rec OE_ORDER_PUB.header_adj_rec_type;
1192: l_discount_id NUMBER := p_hdr_adj_rec.discount_id;

Line 1189: RETURN OE_ORDER_PUB.Header_ADJ_REC_TYPE

1185:
1186:
1187: FUNCTION load_header_discount
1188: ( p_hdr_adj_rec IN oe_order_pub.header_adj_rec_type)
1189: RETURN OE_ORDER_PUB.Header_ADJ_REC_TYPE
1190: IS
1191: l_header_adj_rec OE_ORDER_PUB.header_adj_rec_type;
1192: l_discount_id NUMBER := p_hdr_adj_rec.discount_id;
1193: l_discount_line_id NUMBER := p_hdr_adj_rec.discount_line_id;

Line 1191: l_header_adj_rec OE_ORDER_PUB.header_adj_rec_type;

1187: FUNCTION load_header_discount
1188: ( p_hdr_adj_rec IN oe_order_pub.header_adj_rec_type)
1189: RETURN OE_ORDER_PUB.Header_ADJ_REC_TYPE
1190: IS
1191: l_header_adj_rec OE_ORDER_PUB.header_adj_rec_type;
1192: l_discount_id NUMBER := p_hdr_adj_rec.discount_id;
1193: l_discount_line_id NUMBER := p_hdr_adj_rec.discount_line_id;
1194: l_adj_id NUMBER := p_hdr_adj_rec.price_adjustment_id;
1195: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;

Line 1285: ( p_line_adj_rec IN oe_order_pub.line_adj_rec_type)

1281:
1282:
1283:
1284: FUNCTION load_line_discount
1285: ( p_line_adj_rec IN oe_order_pub.line_adj_rec_type)
1286: RETURN OE_ORDER_PUB.Line_adj_REC_TYPE
1287: IS
1288: l_line_adj_rec OE_ORDER_PUB.Line_adj_rec_type;
1289: l_discount_id NUMBER := p_line_adj_rec.discount_id;

Line 1286: RETURN OE_ORDER_PUB.Line_adj_REC_TYPE

1282:
1283:
1284: FUNCTION load_line_discount
1285: ( p_line_adj_rec IN oe_order_pub.line_adj_rec_type)
1286: RETURN OE_ORDER_PUB.Line_adj_REC_TYPE
1287: IS
1288: l_line_adj_rec OE_ORDER_PUB.Line_adj_rec_type;
1289: l_discount_id NUMBER := p_line_adj_rec.discount_id;
1290: l_discount_line_id NUMBER := p_line_adj_rec.discount_line_id;

Line 1288: l_line_adj_rec OE_ORDER_PUB.Line_adj_rec_type;

1284: FUNCTION load_line_discount
1285: ( p_line_adj_rec IN oe_order_pub.line_adj_rec_type)
1286: RETURN OE_ORDER_PUB.Line_adj_REC_TYPE
1287: IS
1288: l_line_adj_rec OE_ORDER_PUB.Line_adj_rec_type;
1289: l_discount_id NUMBER := p_line_adj_rec.discount_id;
1290: l_discount_line_id NUMBER := p_line_adj_rec.discount_line_id;
1291: l_line_id NUMBER := p_line_adj_rec.line_id;
1292: l_adj_id NUMBER := p_line_adj_rec.price_adjustment_id;

Line 1414: RETURN OE_ORDER_PUB.Line_Rec_Type

1410: -- both as a function and as a procedure
1411: ------------------------------------------------------------
1412: FUNCTION Load_Top_Model_Line
1413: ( p_key IN NUMBER )
1414: RETURN OE_ORDER_PUB.Line_Rec_Type
1415: IS
1416: BEGIN
1417:
1418: Load_Top_Model_Line(p_key);

Line 2045: p_header_rec IN OE_ORDER_PUB.Header_Rec_Type

2041: -- procedures that set the cached records.
2042:
2043: PROCEDURE Set_Order_Header
2044: (
2045: p_header_rec IN OE_ORDER_PUB.Header_Rec_Type
2046: ) IS
2047: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
2048: BEGIN
2049:

Line 2086: g_top_model_line_rec := OE_ORDER_PUB.G_MISS_LINE_REC;

2082: IF nvl(g_top_model_line_rec.line_id,0) = p_key THEN
2083: if l_debug_level > 0 then
2084: oe_debug_pub.add('in ucchb, clearing top model cache: '|| p_key, 3);
2085: end if;
2086: g_top_model_line_rec := OE_ORDER_PUB.G_MISS_LINE_REC;
2087: END IF;
2088:
2089: if l_debug_level > 0 then
2090: oe_debug_pub.add('Exiting OE_ORDER_CACHE.Top_Model_Line', 1);

Line 2225: g_header_rec := OE_Order_PUB.G_MISS_HEADER_REC;

2221: BEGIN
2222:
2223: oe_debug_pub.add('Entering OE_ORDER_CACHE.CLEAR_ORDER_HEADER', 1);
2224:
2225: g_header_rec := OE_Order_PUB.G_MISS_HEADER_REC;
2226:
2227: oe_debug_pub.add('Exiting OE_ORDER_CACHE.CLEAR_ORDER_HEADER', 1);
2228:
2229: END Clear_Order_Header;

Line 2526: p_line_rec IN OE_ORDER_PUB.Line_Rec_Type )

2522: END Load_Cust_Trx_Type;
2523:
2524: FUNCTION get_tax_calculation_flag
2525: ( p_key IN NUMBER,
2526: p_line_rec IN OE_ORDER_PUB.Line_Rec_Type )
2527: RETURN Tax_Calc_Rec_Type
2528: IS
2529: l_calculate_tax_flag varchar2(1) := NULL;
2530: l_tax_rec Tax_Calc_Rec_Type;