DBA Data[Home] [Help]

APPS.CTO_ENI_WRAPPER dependencies on MTL_SYSTEM_ITEMS_B

Line 42: | This item is created in mtl_system_items_b but was not

38: | Bug: 3070429
39: | Desc: CONFIG ITEMS WERE NOT GETTING CREATED IN THE STAR TABLE
40: |
41: | During purchase order, users can create a config. item.
42: | This item is created in mtl_system_items_b but was not
43: | getting propagated to the STAR table. This is because,
44: | while creation of the config items the item is directly
45: | inserted into mtl_system_items_b and the INV API is not
46: | used.

Line 45: | inserted into mtl_system_items_b and the INV API is not

41: | During purchase order, users can create a config. item.
42: | This item is created in mtl_system_items_b but was not
43: | getting propagated to the STAR table. This is because,
44: | while creation of the config items the item is directly
45: | inserted into mtl_system_items_b and the INV API is not
46: | used.
47: |
48: | This file is the wrapper file around the main file that
49: | inserts into the STAR table.

Line 64: inventory_item_id mtl_system_items_b.inventory_item_id%TYPE

60:
61:
62: type STAR_REC_TYPE is RECORD
63: (
64: inventory_item_id mtl_system_items_b.inventory_item_id%TYPE
65: , organization_id mtl_system_items_b.organization_id%TYPE
66: , column1 number -- for future use
67: , column2 number -- for future use
68: , column3 varchar2(150) -- for future use

Line 65: , organization_id mtl_system_items_b.organization_id%TYPE

61:
62: type STAR_REC_TYPE is RECORD
63: (
64: inventory_item_id mtl_system_items_b.inventory_item_id%TYPE
65: , organization_id mtl_system_items_b.organization_id%TYPE
66: , column1 number -- for future use
67: , column2 number -- for future use
68: , column3 varchar2(150) -- for future use
69: , column4 varchar2(150) -- for future use