DBA Data[Home] [Help]

APPS.OE_BULK_CONFIG_UTIL dependencies on OE_WSH_BULK_GRP

Line 63: ( p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.LINE_REC_TYPE );

59:
60:
61:
62: PROCEDURE Print_Line_Rec
63: ( p_line_rec IN OUT NOCOPY OE_WSH_BULK_GRP.LINE_REC_TYPE );
64:
65: -----------------------------------------------------------------
66: -- Config record type
67: -----------------------------------------------------------------

Line 74: high_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

70:
71: --
72: -- BOM columns
73: --
74: high_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
75: ,low_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,mutually_exclusive_options OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,bom_item_type OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
78: ,replenish_to_order_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()

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

71: --
72: -- BOM columns
73: --
74: high_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
75: ,low_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,mutually_exclusive_options OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,bom_item_type OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
78: ,replenish_to_order_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
79: );

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

72: -- BOM columns
73: --
74: high_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
75: ,low_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,mutually_exclusive_options OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,bom_item_type OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
78: ,replenish_to_order_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
79: );
80:

Line 77: ,bom_item_type OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()

73: --
74: high_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
75: ,low_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,mutually_exclusive_options OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,bom_item_type OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
78: ,replenish_to_order_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
79: );
80:
81:

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

74: high_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
75: ,low_quantity OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
76: ,mutually_exclusive_options OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
77: ,bom_item_type OE_WSH_BULK_GRP.T_NUM := OE_WSH_BULK_GRP.T_NUM()
78: ,replenish_to_order_flag OE_WSH_BULK_GRP.T_V1 := OE_WSH_BULK_GRP.T_V1()
79: );
80:
81:
82: -----------------------------------------------------------------