DBA Data[Home] [Help]

APPS.CZ_UIOA_PVT dependencies on STANDARD

Line 15667: -- We need to process Standard Items because we may need to add/ delete a BOM table

15663: l_ps_node_index := l_ps_node_index + 1;
15664: END IF;
15665: IF( l_check_for_bom_table ) THEN
15666:
15667: -- We need to process Standard Items because we may need to add/ delete a BOM table
15668: -- if a Standard Item was added/ removed
15669: -- We go to add the table only when we have not made the decision based on a prior Standard Item/ Option Class
15670: -- or BOM Reference under this BOM. We also skip addition/ removal of the table if
15671: -- l_add_remove_flag = G_EXISTS_FLAG which implies that the BOM table for the parent was not added or removed

Line 15668: -- if a Standard Item was added/ removed

15664: END IF;
15665: IF( l_check_for_bom_table ) THEN
15666:
15667: -- We need to process Standard Items because we may need to add/ delete a BOM table
15668: -- if a Standard Item was added/ removed
15669: -- We go to add the table only when we have not made the decision based on a prior Standard Item/ Option Class
15670: -- or BOM Reference under this BOM. We also skip addition/ removal of the table if
15671: -- l_add_remove_flag = G_EXISTS_FLAG which implies that the BOM table for the parent was not added or removed
15672: -- in this refresh session. The G_EXISTS_FLAG is slightly misleading in the sense that it gives one the impression

Line 15669: -- We go to add the table only when we have not made the decision based on a prior Standard Item/ Option Class

15665: IF( l_check_for_bom_table ) THEN
15666:
15667: -- We need to process Standard Items because we may need to add/ delete a BOM table
15668: -- if a Standard Item was added/ removed
15669: -- We go to add the table only when we have not made the decision based on a prior Standard Item/ Option Class
15670: -- or BOM Reference under this BOM. We also skip addition/ removal of the table if
15671: -- l_add_remove_flag = G_EXISTS_FLAG which implies that the BOM table for the parent was not added or removed
15672: -- in this refresh session. The G_EXISTS_FLAG is slightly misleading in the sense that it gives one the impression
15673: -- that UI Node for the Model node exists. G_EXISTS_FLAG simply means that the UI for the Model node was neither added