DBA Data[Home] [Help]

APPS.CZ_UIOA_PVT dependencies on STANDARD

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

15084: l_ps_node_index := l_ps_node_index + 1;
15085: END IF;
15086: IF( l_check_for_bom_table ) THEN
15087:
15088: -- We need to process Standard Items because we may need to add/ delete a BOM table
15089: -- if a Standard Item was added/ removed
15090: -- We go to add the table only when we have not made the decision based on a prior Standard Item/ Option Class
15091: -- or BOM Reference under this BOM. We also skip addition/ removal of the table if
15092: -- l_add_remove_flag = G_EXISTS_FLAG which implies that the BOM table for the parent was not added or removed

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

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

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

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