DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_WSH_BULK_GRP

Line 47: ( error_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

43: /*-----------------------------------------------------------------
44: pack J : OM interface (bulk) API and Record Types
45: ------------------------------------------------------------------*/
46: TYPE Ship_Line_Rec_Type IS RECORD
47: ( error_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
48: ,fulfilled_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
49: ,actual_shipment_date OE_WSH_BULK_GRP.T_DATE := OE_WSH_BULK_GRP.T_DATE()
50: ,shipping_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
51: ,shipping_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 48: ,fulfilled_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

44: pack J : OM interface (bulk) API and Record Types
45: ------------------------------------------------------------------*/
46: TYPE Ship_Line_Rec_Type IS RECORD
47: ( error_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
48: ,fulfilled_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
49: ,actual_shipment_date OE_WSH_BULK_GRP.T_DATE := OE_WSH_BULK_GRP.T_DATE()
50: ,shipping_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
51: ,shipping_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
52: ,shipping_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()

Line 49: ,actual_shipment_date OE_WSH_BULK_GRP.T_DATE := OE_WSH_BULK_GRP.T_DATE()

45: ------------------------------------------------------------------*/
46: TYPE Ship_Line_Rec_Type IS RECORD
47: ( error_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
48: ,fulfilled_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
49: ,actual_shipment_date OE_WSH_BULK_GRP.T_DATE := OE_WSH_BULK_GRP.T_DATE()
50: ,shipping_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
51: ,shipping_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
52: ,shipping_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
53: ,shipping_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()

Line 50: ,shipping_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

46: TYPE Ship_Line_Rec_Type IS RECORD
47: ( error_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
48: ,fulfilled_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
49: ,actual_shipment_date OE_WSH_BULK_GRP.T_DATE := OE_WSH_BULK_GRP.T_DATE()
50: ,shipping_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
51: ,shipping_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
52: ,shipping_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
53: ,shipping_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
54: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 51: ,shipping_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

47: ( error_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
48: ,fulfilled_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
49: ,actual_shipment_date OE_WSH_BULK_GRP.T_DATE := OE_WSH_BULK_GRP.T_DATE()
50: ,shipping_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
51: ,shipping_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
52: ,shipping_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
53: ,shipping_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
54: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
55: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 52: ,shipping_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()

48: ,fulfilled_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
49: ,actual_shipment_date OE_WSH_BULK_GRP.T_DATE := OE_WSH_BULK_GRP.T_DATE()
50: ,shipping_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
51: ,shipping_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
52: ,shipping_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
53: ,shipping_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
54: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
55: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
56: ,top_model_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 53: ,shipping_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()

49: ,actual_shipment_date OE_WSH_BULK_GRP.T_DATE := OE_WSH_BULK_GRP.T_DATE()
50: ,shipping_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
51: ,shipping_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
52: ,shipping_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
53: ,shipping_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
54: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
55: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
56: ,top_model_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
57: ,ato_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 54: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

50: ,shipping_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
51: ,shipping_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
52: ,shipping_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
53: ,shipping_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
54: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
55: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
56: ,top_model_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
57: ,ato_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
58: ,ship_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 55: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

51: ,shipping_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
52: ,shipping_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
53: ,shipping_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
54: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
55: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
56: ,top_model_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
57: ,ato_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
58: ,ship_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
59: ,arrival_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 56: ,top_model_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

52: ,shipping_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
53: ,shipping_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
54: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
55: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
56: ,top_model_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
57: ,ato_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
58: ,ship_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
59: ,arrival_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
60: ,inventory_item_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 57: ,ato_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

53: ,shipping_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
54: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
55: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
56: ,top_model_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
57: ,ato_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
58: ,ship_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
59: ,arrival_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
60: ,inventory_item_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
61: ,ship_from_org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 58: ,ship_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

54: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
55: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
56: ,top_model_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
57: ,ato_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
58: ,ship_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
59: ,arrival_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
60: ,inventory_item_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
61: ,ship_from_org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
62: ,line_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 59: ,arrival_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

55: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
56: ,top_model_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
57: ,ato_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
58: ,ship_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
59: ,arrival_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
60: ,inventory_item_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
61: ,ship_from_org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
62: ,line_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
63: ,smc_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

Line 60: ,inventory_item_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

56: ,top_model_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
57: ,ato_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
58: ,ship_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
59: ,arrival_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
60: ,inventory_item_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
61: ,ship_from_org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
62: ,line_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
63: ,smc_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
64: ,over_ship_reason_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

Line 61: ,ship_from_org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

57: ,ato_line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
58: ,ship_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
59: ,arrival_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
60: ,inventory_item_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
61: ,ship_from_org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
62: ,line_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
63: ,smc_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
64: ,over_ship_reason_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
65: ,requested_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 62: ,line_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

58: ,ship_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
59: ,arrival_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
60: ,inventory_item_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
61: ,ship_from_org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
62: ,line_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
63: ,smc_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
64: ,over_ship_reason_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
65: ,requested_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
66: ,requested_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 63: ,smc_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

59: ,arrival_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
60: ,inventory_item_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
61: ,ship_from_org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
62: ,line_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
63: ,smc_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
64: ,over_ship_reason_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
65: ,requested_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
66: ,requested_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
67: ,pending_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 64: ,over_ship_reason_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

60: ,inventory_item_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
61: ,ship_from_org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
62: ,line_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
63: ,smc_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
64: ,over_ship_reason_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
65: ,requested_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
66: ,requested_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
67: ,pending_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
68: ,pending_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 65: ,requested_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

61: ,ship_from_org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
62: ,line_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
63: ,smc_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
64: ,over_ship_reason_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
65: ,requested_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
66: ,requested_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
67: ,pending_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
68: ,pending_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
69: ,pending_requested_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

Line 66: ,requested_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

62: ,line_set_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
63: ,smc_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
64: ,over_ship_reason_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
65: ,requested_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
66: ,requested_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
67: ,pending_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
68: ,pending_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
69: ,pending_requested_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
70: ,order_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()

Line 67: ,pending_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

63: ,smc_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
64: ,over_ship_reason_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
65: ,requested_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
66: ,requested_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
67: ,pending_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
68: ,pending_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
69: ,pending_requested_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
70: ,order_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
71: ,order_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()

Line 68: ,pending_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

64: ,over_ship_reason_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
65: ,requested_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
66: ,requested_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
67: ,pending_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
68: ,pending_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
69: ,pending_requested_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
70: ,order_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
71: ,order_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
72: ,shipped_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 69: ,pending_requested_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

65: ,requested_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
66: ,requested_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
67: ,pending_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
68: ,pending_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
69: ,pending_requested_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
70: ,order_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
71: ,order_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
72: ,shipped_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
73: ,shipped_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 70: ,order_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()

66: ,requested_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
67: ,pending_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
68: ,pending_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
69: ,pending_requested_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
70: ,order_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
71: ,order_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
72: ,shipped_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
73: ,shipped_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
74: ,model_remnant_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

Line 71: ,order_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()

67: ,pending_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
68: ,pending_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
69: ,pending_requested_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
70: ,order_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
71: ,order_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
72: ,shipped_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
73: ,shipped_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
74: ,model_remnant_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
75: ,ordered_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 72: ,shipped_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

68: ,pending_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
69: ,pending_requested_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
70: ,order_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
71: ,order_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
72: ,shipped_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
73: ,shipped_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
74: ,model_remnant_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
75: ,ordered_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,ordered_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 73: ,shipped_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

69: ,pending_requested_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
70: ,order_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
71: ,order_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
72: ,shipped_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
73: ,shipped_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
74: ,model_remnant_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
75: ,ordered_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,ordered_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,item_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

Line 74: ,model_remnant_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

70: ,order_quantity_uom OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
71: ,order_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
72: ,shipped_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
73: ,shipped_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
74: ,model_remnant_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
75: ,ordered_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,ordered_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,item_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
78: ,calculate_price_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

Line 75: ,ordered_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

71: ,order_quantity_uom2 OE_WSH_BULK_GRP.T_V3 := OE_WSH_BULK_GRP.T_V3()
72: ,shipped_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
73: ,shipped_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
74: ,model_remnant_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
75: ,ordered_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,ordered_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,item_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
78: ,calculate_price_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
79: ,flow_status_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

Line 76: ,ordered_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

72: ,shipped_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
73: ,shipped_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
74: ,model_remnant_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
75: ,ordered_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,ordered_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,item_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
78: ,calculate_price_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
79: ,flow_status_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
80: ,type OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

Line 77: ,item_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

73: ,shipped_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
74: ,model_remnant_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
75: ,ordered_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,ordered_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,item_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
78: ,calculate_price_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
79: ,flow_status_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
80: ,type OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
81: ,org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 78: ,calculate_price_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

74: ,model_remnant_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
75: ,ordered_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,ordered_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,item_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
78: ,calculate_price_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
79: ,flow_status_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
80: ,type OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
81: ,org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
82: ,ship_tolerance_below OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 79: ,flow_status_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

75: ,ordered_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,ordered_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,item_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
78: ,calculate_price_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
79: ,flow_status_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
80: ,type OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
81: ,org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
82: ,ship_tolerance_below OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
83: ,ship_tolerance_above OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 80: ,type OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

76: ,ordered_quantity2 OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,item_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
78: ,calculate_price_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
79: ,flow_status_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
80: ,type OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
81: ,org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
82: ,ship_tolerance_below OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
83: ,ship_tolerance_above OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
84: ,shippable_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

Line 81: ,org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

77: ,item_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
78: ,calculate_price_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
79: ,flow_status_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
80: ,type OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
81: ,org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
82: ,ship_tolerance_below OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
83: ,ship_tolerance_above OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
84: ,shippable_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
85: ,source_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()); -- Added for bug 6877315

Line 82: ,ship_tolerance_below OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

78: ,calculate_price_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
79: ,flow_status_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
80: ,type OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
81: ,org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
82: ,ship_tolerance_below OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
83: ,ship_tolerance_above OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
84: ,shippable_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
85: ,source_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()); -- Added for bug 6877315
86:

Line 83: ,ship_tolerance_above OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

79: ,flow_status_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
80: ,type OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
81: ,org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
82: ,ship_tolerance_below OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
83: ,ship_tolerance_above OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
84: ,shippable_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
85: ,source_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()); -- Added for bug 6877315
86:
87: /*-----------------------------------------------------------------

Line 84: ,shippable_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

80: ,type OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
81: ,org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
82: ,ship_tolerance_below OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
83: ,ship_tolerance_above OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
84: ,shippable_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
85: ,source_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()); -- Added for bug 6877315
86:
87: /*-----------------------------------------------------------------
88: Record used for ITS

Line 85: ,source_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()); -- Added for bug 6877315

81: ,org_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
82: ,ship_tolerance_below OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
83: ,ship_tolerance_above OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
84: ,shippable_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
85: ,source_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()); -- Added for bug 6877315
86:
87: /*-----------------------------------------------------------------
88: Record used for ITS
89: ------------------------------------------------------------------*/

Line 91: ( cost_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

87: /*-----------------------------------------------------------------
88: Record used for ITS
89: ------------------------------------------------------------------*/
90: TYPE Ship_Adj_Rec_Type IS RECORD
91: ( cost_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
92: ,automatic_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
93: ,list_line_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
94: ,charge_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
95: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 92: ,automatic_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

88: Record used for ITS
89: ------------------------------------------------------------------*/
90: TYPE Ship_Adj_Rec_Type IS RECORD
91: ( cost_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
92: ,automatic_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
93: ,list_line_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
94: ,charge_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
95: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
96: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 93: ,list_line_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

89: ------------------------------------------------------------------*/
90: TYPE Ship_Adj_Rec_Type IS RECORD
91: ( cost_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
92: ,automatic_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
93: ,list_line_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
94: ,charge_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
95: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
96: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
97: ,adjusted_amount OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

Line 94: ,charge_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

90: TYPE Ship_Adj_Rec_Type IS RECORD
91: ( cost_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
92: ,automatic_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
93: ,list_line_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
94: ,charge_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
95: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
96: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
97: ,adjusted_amount OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
98: ,arithmetic_operator OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

Line 95: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

91: ( cost_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
92: ,automatic_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
93: ,list_line_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
94: ,charge_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
95: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
96: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
97: ,adjusted_amount OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
98: ,arithmetic_operator OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
99: ,operation OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

Line 96: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

92: ,automatic_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
93: ,list_line_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
94: ,charge_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
95: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
96: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
97: ,adjusted_amount OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
98: ,arithmetic_operator OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
99: ,operation OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
100: ,price_adjustment_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM());

Line 97: ,adjusted_amount OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

93: ,list_line_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
94: ,charge_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
95: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
96: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
97: ,adjusted_amount OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
98: ,arithmetic_operator OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
99: ,operation OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
100: ,price_adjustment_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM());
101:

Line 98: ,arithmetic_operator OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

94: ,charge_type_code OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
95: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
96: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
97: ,adjusted_amount OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
98: ,arithmetic_operator OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
99: ,operation OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
100: ,price_adjustment_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM());
101:
102: /*-----------------------------------------------------------------

Line 99: ,operation OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()

95: ,header_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
96: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
97: ,adjusted_amount OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
98: ,arithmetic_operator OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
99: ,operation OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
100: ,price_adjustment_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM());
101:
102: /*-----------------------------------------------------------------
103: PROCEDURE Ship_Confirm_New

Line 100: ,price_adjustment_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM());

96: ,line_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
97: ,adjusted_amount OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
98: ,arithmetic_operator OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
99: ,operation OE_WSH_BULK_GRP.T_V30 := OE_WSH_BULK_GRP.T_V30()
100: ,price_adjustment_id OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM());
101:
102: /*-----------------------------------------------------------------
103: PROCEDURE Ship_Confirm_New
104: