DBA Data[Home] [Help]

APPS.OE_SHIPPING_INTEGRATION_PUB dependencies on STANDARD

Line 33: -- Standard call to check for call compatibility

29: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
30: --
31: BEGIN
32:
33: -- Standard call to check for call compatibility
34:
35: IF NOT FND_API.Compatible_API_Call
36: ( l_api_version_number
37: , p_api_version_number

Line 102: -- Standard call to check for call compatibility

98: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
99: --
100: BEGIN
101:
102: -- Standard call to check for call compatibility
103: IF l_debug_level > 0 THEN
104: oe_debug_pub.add( 'ENTERING OE_SHIPPING_INTEGRATION_PUB.COMPLETE_SHIP_LINE_ACTIVITY '|| TO_CHAR ( P_LINE_ID ) ||' '||P_RESULT_CODE , 1 ) ;
105: END IF;
106:

Line 214: -- Standard call to check for call compatibility

210: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
211: --
212: BEGIN
213:
214: -- Standard call to check for call compatibility
215:
216: IF NOT FND_API.Compatible_API_Call
217: ( l_api_version_number
218: , p_api_version_number

Line 287: -- Standard call to check for call compatibility

283: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
284: --
285: BEGIN
286:
287: -- Standard call to check for call compatibility
288:
289: IF NOT FND_API.Compatible_API_Call
290: ( l_api_version_number
291: , p_api_version_number

Line 387: -- Standard call to check for call compatibility

383:
384: IF l_debug_level > 0 THEN
385: oe_debug_pub.add( 'ENTERING OE_SHIPPING_INTEGRATION_PUB.GET_TOLERANCE ' , 1 ) ;
386: END IF;
387: -- Standard call to check for call compatibility
388: x_update_tolerance_flag := FND_API.G_FALSE;
389: x_ship_beyond_tolerance := FND_API.G_FALSE;
390: x_shipped_within_tolerance := FND_API.G_FALSE;
391: x_config_broken := FND_API.G_FALSE;

Line 708: oe_debug_pub.add( 'IT IS A STANDARD LINE ' , 3 ) ;

704: END IF;
705:
706: ELSE
707: IF l_debug_level > 0 THEN
708: oe_debug_pub.add( 'IT IS A STANDARD LINE ' , 3 ) ;
709: END IF;
710:
711: IF l_line_rec.line_set_id IS NOT NULL THEN
712:

Line 974: -- Standard call to check for call compatibility

970: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
971: --
972: BEGIN
973:
974: -- Standard call to check for call compatibility
975: IF l_debug_level > 0 THEN
976: oe_debug_pub.add( 'ENTERING OE_SHIPPING_INTEGRATION_PUB.GET_QUANTITY '||TO_CHAR ( P_LINE_ID ) ||'/'||TO_CHAR ( P_LINE_SET_ID ) , 1 ) ;
977: END IF;
978:

Line 1167: (l_line_tbl(1).item_type_code IN ('STANDARD','OPTION') AND -- 1820608

1163: l_line_tbl(1).lock_control := l_line_tbl(1).lock_control + 1;
1164:
1165: /* comenting following lines because of bug 1880716
1166: IF (l_line_tbl(1).item_type_code = 'CONFIG') OR
1167: (l_line_tbl(1).item_type_code IN ('STANDARD','OPTION') AND -- 1820608
1168: l_line_tbl(1).ato_line_id IS NOT NULL) THEN
1169: oe_debug_pub.add('Do not update flow status ');
1170: ELSE
1171: oe_debug_pub.add('Update flow status ');

Line 1186: (OE_GLOBALS.G_ITEM_STANDARD,

1182:
1183: ELSIF (l_line_tbl(1).ato_line_id is not null
1184: AND NOT (l_line_tbl(1).ato_line_id = p_line_id AND
1185: l_line_tbl(1).item_type_code IN
1186: (OE_GLOBALS.G_ITEM_STANDARD,
1187: OE_GLOBALS.G_ITEM_OPTION)))
1188: THEN
1189:
1190: Update oe_order_lines_all

Line 1297: l_item_type_code IN (OE_GLOBALS.G_ITEM_STANDARD,

1293: Set firm_demand_flag = 'Y'
1294: Where top_model_line_id = l_top_model_line_id;
1295: ELSIF (l_ato_line_id is not null
1296: AND NOT (l_ato_line_id = p_line_id AND
1297: l_item_type_code IN (OE_GLOBALS.G_ITEM_STANDARD,
1298: OE_GLOBALS.G_ITEM_OPTION)))
1299: THEN
1300:
1301: Update oe_order_lines_all