DBA Data[Home] [Help]

APPS.BOMPXINQ dependencies on BOM_BO_PUB

Line 103: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_HEADER_TBL_TYPE }

99: * default value of 2
100: * @param P_Cost_type_id IN Pass the appropriate cost_type_id for that item and organization combination.
101: * This works in conjunction with the P_Costs parameter
102: * @param X_bom_header_tbl OUT consists of all bom header records
103: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_HEADER_TBL_TYPE }
104: * @param X_bom_revisions_tbl OUT consists of all revisions for an assembly item within a bom
105: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_REVISION_TBL_TYPE }
106: * @param X_bom_components_tbl OUT consists of all components of a bom
107: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_COMPS_TBL_TYPE }

Line 105: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_REVISION_TBL_TYPE }

101: * This works in conjunction with the P_Costs parameter
102: * @param X_bom_header_tbl OUT consists of all bom header records
103: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_HEADER_TBL_TYPE }
104: * @param X_bom_revisions_tbl OUT consists of all revisions for an assembly item within a bom
105: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_REVISION_TBL_TYPE }
106: * @param X_bom_components_tbl OUT consists of all components of a bom
107: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_COMPS_TBL_TYPE }
108: * @param X_bom_ref_designators_tbl OUT consists of the reference designators for each of the
109: * components within a bom

Line 107: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_COMPS_TBL_TYPE }

103: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_HEADER_TBL_TYPE }
104: * @param X_bom_revisions_tbl OUT consists of all revisions for an assembly item within a bom
105: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_REVISION_TBL_TYPE }
106: * @param X_bom_components_tbl OUT consists of all components of a bom
107: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_COMPS_TBL_TYPE }
108: * @param X_bom_ref_designators_tbl OUT consists of the reference designators for each of the
109: * components within a bom
110: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_REF_DESIGNATOR_TBL_TYPE }
111: * @param X_bom_sub_components_tbl OUT consits of substitute components for each of the components

Line 110: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_REF_DESIGNATOR_TBL_TYPE }

106: * @param X_bom_components_tbl OUT consists of all components of a bom
107: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_COMPS_TBL_TYPE }
108: * @param X_bom_ref_designators_tbl OUT consists of the reference designators for each of the
109: * components within a bom
110: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_REF_DESIGNATOR_TBL_TYPE }
111: * @param X_bom_sub_components_tbl OUT consits of substitute components for each of the components
112: * within a bom
113: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_SUB_COMPONENT_TBL_TYPE }
114: * @param X_bom_comp_ops_tbl OUT consists of component operations for each of the components within a bom

Line 113: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_SUB_COMPONENT_TBL_TYPE }

109: * components within a bom
110: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_REF_DESIGNATOR_TBL_TYPE }
111: * @param X_bom_sub_components_tbl OUT consits of substitute components for each of the components
112: * within a bom
113: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_SUB_COMPONENT_TBL_TYPE }
114: * @param X_bom_comp_ops_tbl OUT consists of component operations for each of the components within a bom
115: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_COMP_OPS_TBL_TYPE }
116: * @param X_Err_Msg OUT Error Messages
117: * @param X_Error_Code OUT Error Codes.0 indicates success.

Line 115: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_COMP_OPS_TBL_TYPE }

111: * @param X_bom_sub_components_tbl OUT consits of substitute components for each of the components
112: * within a bom
113: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_SUB_COMPONENT_TBL_TYPE }
114: * @param X_bom_comp_ops_tbl OUT consists of component operations for each of the components within a bom
115: * @rep:paraminfo { @rep:innertype BOM_BO_PUB.BOM_COMP_OPS_TBL_TYPE }
116: * @param X_Err_Msg OUT Error Messages
117: * @param X_Error_Code OUT Error Codes.0 indicates success.
118: * 9998 indicates Bill exceeds the maximum number of levels defined for that organization
119: * You need to reduce the number of levels of the bill, or increase the maximum number of levels

Line 133: X_bom_header_tbl OUT NOCOPY BOM_BO_PUB.BOM_HEADER_TBL_TYPE,

129: P_organization_code IN VARCHAR2,
130: P_alternate_bm_designator IN VARCHAR2 DEFAULT NULL,
131: P_Costs IN NUMBER DEFAULT 2,
132: P_Cost_type_id IN NUMBER DEFAULT 0,
133: X_bom_header_tbl OUT NOCOPY BOM_BO_PUB.BOM_HEADER_TBL_TYPE,
134: X_bom_revisions_tbl OUT NOCOPY BOM_BO_PUB.BOM_REVISION_TBL_TYPE,
135: X_bom_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMPS_TBL_TYPE,
136: X_bom_ref_designators_tbl OUT NOCOPY BOM_BO_PUB.BOM_REF_DESIGNATOR_TBL_TYPE,
137: X_bom_sub_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_SUB_COMPONENT_TBL_TYPE,

Line 134: X_bom_revisions_tbl OUT NOCOPY BOM_BO_PUB.BOM_REVISION_TBL_TYPE,

130: P_alternate_bm_designator IN VARCHAR2 DEFAULT NULL,
131: P_Costs IN NUMBER DEFAULT 2,
132: P_Cost_type_id IN NUMBER DEFAULT 0,
133: X_bom_header_tbl OUT NOCOPY BOM_BO_PUB.BOM_HEADER_TBL_TYPE,
134: X_bom_revisions_tbl OUT NOCOPY BOM_BO_PUB.BOM_REVISION_TBL_TYPE,
135: X_bom_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMPS_TBL_TYPE,
136: X_bom_ref_designators_tbl OUT NOCOPY BOM_BO_PUB.BOM_REF_DESIGNATOR_TBL_TYPE,
137: X_bom_sub_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_SUB_COMPONENT_TBL_TYPE,
138: X_bom_comp_ops_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMP_OPS_TBL_TYPE,

Line 135: X_bom_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMPS_TBL_TYPE,

131: P_Costs IN NUMBER DEFAULT 2,
132: P_Cost_type_id IN NUMBER DEFAULT 0,
133: X_bom_header_tbl OUT NOCOPY BOM_BO_PUB.BOM_HEADER_TBL_TYPE,
134: X_bom_revisions_tbl OUT NOCOPY BOM_BO_PUB.BOM_REVISION_TBL_TYPE,
135: X_bom_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMPS_TBL_TYPE,
136: X_bom_ref_designators_tbl OUT NOCOPY BOM_BO_PUB.BOM_REF_DESIGNATOR_TBL_TYPE,
137: X_bom_sub_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_SUB_COMPONENT_TBL_TYPE,
138: X_bom_comp_ops_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMP_OPS_TBL_TYPE,
139: X_Err_Msg OUT NOCOPY VARCHAR2,

Line 136: X_bom_ref_designators_tbl OUT NOCOPY BOM_BO_PUB.BOM_REF_DESIGNATOR_TBL_TYPE,

132: P_Cost_type_id IN NUMBER DEFAULT 0,
133: X_bom_header_tbl OUT NOCOPY BOM_BO_PUB.BOM_HEADER_TBL_TYPE,
134: X_bom_revisions_tbl OUT NOCOPY BOM_BO_PUB.BOM_REVISION_TBL_TYPE,
135: X_bom_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMPS_TBL_TYPE,
136: X_bom_ref_designators_tbl OUT NOCOPY BOM_BO_PUB.BOM_REF_DESIGNATOR_TBL_TYPE,
137: X_bom_sub_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_SUB_COMPONENT_TBL_TYPE,
138: X_bom_comp_ops_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMP_OPS_TBL_TYPE,
139: X_Err_Msg OUT NOCOPY VARCHAR2,
140: X_Error_Code OUT NOCOPY NUMBER);

Line 137: X_bom_sub_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_SUB_COMPONENT_TBL_TYPE,

133: X_bom_header_tbl OUT NOCOPY BOM_BO_PUB.BOM_HEADER_TBL_TYPE,
134: X_bom_revisions_tbl OUT NOCOPY BOM_BO_PUB.BOM_REVISION_TBL_TYPE,
135: X_bom_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMPS_TBL_TYPE,
136: X_bom_ref_designators_tbl OUT NOCOPY BOM_BO_PUB.BOM_REF_DESIGNATOR_TBL_TYPE,
137: X_bom_sub_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_SUB_COMPONENT_TBL_TYPE,
138: X_bom_comp_ops_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMP_OPS_TBL_TYPE,
139: X_Err_Msg OUT NOCOPY VARCHAR2,
140: X_Error_Code OUT NOCOPY NUMBER);
141:

Line 138: X_bom_comp_ops_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMP_OPS_TBL_TYPE,

134: X_bom_revisions_tbl OUT NOCOPY BOM_BO_PUB.BOM_REVISION_TBL_TYPE,
135: X_bom_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMPS_TBL_TYPE,
136: X_bom_ref_designators_tbl OUT NOCOPY BOM_BO_PUB.BOM_REF_DESIGNATOR_TBL_TYPE,
137: X_bom_sub_components_tbl OUT NOCOPY BOM_BO_PUB.BOM_SUB_COMPONENT_TBL_TYPE,
138: X_bom_comp_ops_tbl OUT NOCOPY BOM_BO_PUB.BOM_COMP_OPS_TBL_TYPE,
139: X_Err_Msg OUT NOCOPY VARCHAR2,
140: X_Error_Code OUT NOCOPY NUMBER);
141:
142: