DBA Data[Home] [Help]

APPS.PER_PGN_INS dependencies on FND_GLOBAL

Line 65: IF fnd_global.user_id in (0,1,2) THEN

61: hr_utility.set_location('Entering:'||l_proc, 5);
62: p_rec.object_version_number := 1; -- Initialise the object version
63:
64: -- Set the identifier key value if we are SEED, ORACLE user
65: IF fnd_global.user_id in (0,1,2) THEN
66: l_identifier_key := ('ID'||(p_rec.hierarchy_node_id));
67: END IF;
68: --
69: --