DBA Data[Home] [Help]

APPS.WSMPPCPD dependencies on BOM_SUB_COMPS_INTERFACE

Line 80: bom_sub_comps_interface.

76: /*===========================================================================
77: PROCEDURE NAME: insert_substitute_component
78:
79: DESCRIPTION: This routine is used to populate the
80: bom_sub_comps_interface.
81:
82: x_error_code is set to zero on success.
83:
84: PARAMETERS: x_rec IN OUT NOCOPY bom_sub_comps_interface%ROWTYPE

Line 84: PARAMETERS: x_rec IN OUT NOCOPY bom_sub_comps_interface%ROWTYPE

80: bom_sub_comps_interface.
81:
82: x_error_code is set to zero on success.
83:
84: PARAMETERS: x_rec IN OUT NOCOPY bom_sub_comps_interface%ROWTYPE
85: x_error_code IN OUT NOCOPY NUMBER
86: x_error_msg IN OUT NOCOPY VARCHAR2
87:
88: DESIGN REFERENCES:

Line 101: x_rec IN OUT NOCOPY bom_sub_comps_interface%ROWTYPE,

97:
98: CHANGE HISTORY: Ramana Mulpury 01/22/98 Created
99: ===========================================================================*/
100: PROCEDURE insert_substitute_component (
101: x_rec IN OUT NOCOPY bom_sub_comps_interface%ROWTYPE,
102: x_co_product_name IN VARCHAR2,
103: x_alternate_designator IN VARCHAR2,
104: x_component_name IN VARCHAR2,
105: x_comp_start_eff_date IN DATE,

Line 114: bom_sub_comps_interface table with all

110: /*===========================================================================
111: PROCEDURE NAME: insert_sub_comps
112:
113: DESCRIPTION: This routine is used to populate the
114: bom_sub_comps_interface table with all
115: the substitutes for a co-product component.
116:
117: x_error_code is set to zero on success.
118: