DBA Data[Home] [Help]

APPS.WSMPPCPD dependencies on BOM_INVENTORY_COMPS_INTERFACE

Line 43: bom_inventory_comps_interface.

39: /*===========================================================================
40: PROCEDURE NAME: insert_component
41:
42: DESCRIPTION: This routine is used to populate the
43: bom_inventory_comps_interface.
44:
45: x_error_code is set to zero on success.
46:
47: PARAMETERS: x_rec IN OUT NOCOPY bom_inventory_comps_interface%ROWTYPE

Line 47: PARAMETERS: x_rec IN OUT NOCOPY bom_inventory_comps_interface%ROWTYPE

43: bom_inventory_comps_interface.
44:
45: x_error_code is set to zero on success.
46:
47: PARAMETERS: x_rec IN OUT NOCOPY bom_inventory_comps_interface%ROWTYPE
48: x_component_name IN VARCHAR2
49: x_organization_code IN VARCHAR2
50: x_assembly_item_name IN VARCHAR2
51: x_supply_locator IN VARCHAR2

Line 67: PROCEDURE insert_component (x_rec IN OUT NOCOPY bom_inventory_comps_interface%ROWTYPE,

63: CLOSED ISSUES:
64:
65: CHANGE HISTORY: Ramana Mulpury 06/16/97 Created
66: ===========================================================================*/
67: PROCEDURE insert_component (x_rec IN OUT NOCOPY bom_inventory_comps_interface%ROWTYPE,
68: x_component_name IN VARCHAR2 DEFAULT NULL,
69: x_organization_code IN VARCHAR2 DEFAULT NULL,
70: x_assembly_item_name IN VARCHAR2 DEFAULT NULL,
71: x_supply_locator IN VARCHAR2 DEFAULT NULL,