DBA Data[Home] [Help]

APPS.OE_CONFIG_TSO_PVT dependencies on STANDARD

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

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