DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC_MIGRATE dependencies on STANDARD

Line 490: -- to the desired format as required by daniel's new standard

486: FOR X IN testlist LOOP
487:
488: -- insertion happens for every 2nd row from the cursor
489: -- since the first one is the test type that we have to convert
490: -- to the desired format as required by daniel's new standard
491: -- after pl/sql enabling
492:
493: if mod(testlist%rowcount, 2) = 0 and v_prev_data_name = x.perz_data_name then
494:

Line 529: -- according to the new standard

525:
526:
527:
528: -- testtype should be properly formatted
529: -- according to the new standard
530:
531: if v_prev_attrib_value = '1' then
532: v_prev_attrib_value := '{1,5}';
533: elsif v_prev_attrib_value = '2' then