DBA Data[Home] [Help]

APPS.INVICGDS dependencies on INVPUTLI

Line 283: l_inv_debug_level NUMBER := INVPUTLI.get_debug_level; --Bug: 4667452

279: LEN2 NUMBER;
280: excess1 NUMBER;
281: excess2 NUMBER;
282:
283: l_inv_debug_level NUMBER := INVPUTLI.get_debug_level; --Bug: 4667452
284:
285: BEGIN
286: /*First of all check to see if the item has an ICG defined for it
287: **There is no point in proceeding further if there is no ICG for the item

Line 352: INVPUTLI.info('info'||l1|| ' '||LEN1 || ' '|| excess1);

348: LEN2:= 240 - LEN1;
349: excess2:= LEN2 - l2;
350:
351: IF l_inv_debug_level IN(101, 102) THEN
352: INVPUTLI.info('info'||l1|| ' '||LEN1 || ' '|| excess1);
353: INVPUTLI.info('info'||l2|| ' '|| LEN2|| ' '|| excess2);
354: END IF;
355:
356: IF (l1 = LEN1 OR l2 = LEN2) THEN

Line 353: INVPUTLI.info('info'||l2|| ' '|| LEN2|| ' '|| excess2);

349: excess2:= LEN2 - l2;
350:
351: IF l_inv_debug_level IN(101, 102) THEN
352: INVPUTLI.info('info'||l1|| ' '||LEN1 || ' '|| excess1);
353: INVPUTLI.info('info'||l2|| ' '|| LEN2|| ' '|| excess2);
354: END IF;
355:
356: IF (l1 = LEN1 OR l2 = LEN2) THEN
357: icg_desc_or_name := substr(icg_desc_or_name, 1, least(LEN1, l1));