DBA Data[Home] [Help]

APPS.HR_HISTORY dependencies on STANDARD

Line 28: found in the database then the standard _D

24: New DateTrack History feature.
25: The Forms coder can optionally specify an
26: alternative DateTrack History view. If this
27: view name is not specified or cannot be
28: found in the database then the standard _D
29: view or _F table will be used as before.
30: P.K.Attwood 16-MAR-1999 - 115.2 Changes made to provide MLS for
31: DateTrack History prompts. Altered the
32: p_language_code parameter from IN to OUT

Line 60: -- If the alternative view, standard DateTrack History view or table

56: -- This parameter can be set
57: -- to null.
58: --
59: -- Post Success:
60: -- If the alternative view, standard DateTrack History view or table
61: -- can be found in the database then the following OUT parameters will
62: -- be populated.
63: --
64: -- Name Type Description

Line 84: -- If neither the alternative view, standard DateTrack History view or

80: -- effective_end_date. Depends on
81: -- p_language_code.
82: --
83: -- Post Failure:
84: -- If neither the alternative view, standard DateTrack History view or
85: -- table can be found in the database then an error is raised.
86: --
87: -- Access Status:
88: -- Internal Development Use Only.