DBA Data[Home] [Help]

APPS.INV_RCV_COMMON_APIS dependencies on MTL_CROSS_REFERENCES

Line 6495: FROM mtl_cross_references

6491: -- Make sure that cross_ref_item does not already exist.
6492: BEGIN
6493: SELECT cross_reference
6494: INTO l_cross_reference
6495: FROM mtl_cross_references
6496: WHERE cross_reference = p_cross_reference
6497: AND cross_reference_type = p_cross_reference_type
6498: AND organization_id = p_organization_id;
6499:

Line 6518: -- Insert the record in mtl_cross_references

6514: l_user_id := fnd_global.user_id;
6515: l_login_id := fnd_global.login_id;
6516: l_progress := '30';
6517:
6518: -- Insert the record in mtl_cross_references
6519: INSERT INTO mtl_cross_references
6520: (
6521: inventory_item_id
6522: , organization_id

Line 6519: INSERT INTO mtl_cross_references

6515: l_login_id := fnd_global.login_id;
6516: l_progress := '30';
6517:
6518: -- Insert the record in mtl_cross_references
6519: INSERT INTO mtl_cross_references
6520: (
6521: inventory_item_id
6522: , organization_id
6523: , cross_reference_type