DBA Data[Home] [Help]

APPS.CZ_BOM_SYNCH dependencies on USER_SOURCE

Line 166: thisVersionString user_source.text%TYPE;

162:
163: TYPE typeInventoryItemId IS TABLE OF mtl_system_items.inventory_item_id%TYPE INDEX BY BINARY_INTEGER;
164: TYPE typePropertyId IS TABLE OF CZ_ITEM_TYPE_PROPERTIES.PROPERTY_ID%TYPE INDEX BY BINARY_INTEGER;
165:
166: thisVersionString user_source.text%TYPE;
167:
168: nDebug PLS_INTEGER := 1000;
169: messageId PLS_INTEGER := 1000;
170: sourceLinkVerified PLS_INTEGER := ORACLE_NO;

Line 1852: --when selecting from user_source) we are not logging any messages.

1848: --Read the version of the software and log the header message.
1849: --We do not want to stop just because an error occurs at this point, so we use the
1850: --unconditional exception handler. As the only known problem that may occur inside
1851: --this exception block is obviously a server bug (substr(substr(,),) does not work
1852: --when selecting from user_source) we are not logging any messages.
1853:
1854: --Bug #4865406. There is no need to query against user_source.
1855:
1856: BEGIN

Line 1854: --Bug #4865406. There is no need to query against user_source.

1850: --unconditional exception handler. As the only known problem that may occur inside
1851: --this exception block is obviously a server bug (substr(substr(,),) does not work
1852: --when selecting from user_source) we are not logging any messages.
1853:
1854: --Bug #4865406. There is no need to query against user_source.
1855:
1856: BEGIN
1857:
1858: thisVersionString := SUBSTR(SUBSTR(GenHeader, INSTR(GenHeader, THIS_FILE_NAME) + LENGTH(THIS_FILE_NAME) + 1), 1,