DBA Data[Home] [Help]

APPS.OE_CONFIG_TSO_PVT dependencies on STANDARD

Line 2497: --so whenever we evaluate for any standard line only the last line is evaluated evrytime as the conter always remains at 0

2493: --If the model does not exists then transfer the record to l_no_paranet_instance_tbl and delete the record.
2494:
2495: --commented for BUG#7376452
2496: --The table type being evaluated is l_no_parent_instance_tbl and the conter we use is of l_parent_exists_instance_tbl
2497: --so whenever we evaluate for any standard line only the last line is evaluated evrytime as the conter always remains at 0
2498:
2499: --l_no_parent_instance_tbl(l_parent_exists_instance_tbl.count + 1) := l_instance_tbl(I);
2500: l_no_parent_instance_tbl(l_no_parent_instance_tbl.count + 1) := l_instance_tbl(I); --added BUG#7376452
2501: