PRIMARY_ZONE_FLAG" in the table "HZ_TIMEZONES
There is code validating column "PRIMARY_ZONE_FLAG" for "Y" on the view "FND_TIMEZONES_VL" which is implemented in the code.
If this condition is removed the query returns 360+ records, which needs to be validated.
We want only the primary_zone_flag records, There is no record for the Afgan timezone. So we need to enable the primary flag for the Asia/Kabul Time Zone.
Question:
How can we update the Primary_Zone_flag on the table "HZ_TIMEZONES" from Oracle Apps front End.
Below are the things expected:
Responsibility Name
Navigation
Anyone Know if this can or cannot be done.