DBA Data[Home] [Help]

APPS.CZ_BOM_SYNCH dependencies on USER_SOURCE

Line 170: thisVersionString user_source.text%TYPE;

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

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

1859: --Read the version of the software and log the header message.
1860: --We do not want to stop just because an error occurs at this point, so we use the
1861: --unconditional exception handler. As the only known problem that may occur inside
1862: --this exception block is obviously a server bug (substr(substr(,),) does not work
1863: --when selecting from user_source) we are not logging any messages.
1864:
1865: --Bug #4865406. There is no need to query against user_source.
1866:
1867: BEGIN

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

1861: --unconditional exception handler. As the only known problem that may occur inside
1862: --this exception block is obviously a server bug (substr(substr(,),) does not work
1863: --when selecting from user_source) we are not logging any messages.
1864:
1865: --Bug #4865406. There is no need to query against user_source.
1866:
1867: BEGIN
1868:
1869: thisVersionString := SUBSTR(SUBSTR(GenHeader, INSTR(GenHeader, THIS_FILE_NAME) + LENGTH(THIS_FILE_NAME) + 1), 1,