DBA Data[Home] [Help]

APPS.PER_ZA_TRA_SHD dependencies on PER_ZA_TRAINING

Line 87: per_za_training

83: NOTIONAL_HOURS,
84: REGISTRATION_DATE,
85: REGISTRATION_NUMBER
86: from
87: per_za_training
88: where
89: training_id = p_training_id
90: for update nowait;
91:

Line 131: hr_utility.set_message_token('TABLE_NAME', 'per_za_training');

127: -- The object is locked therefore we need to supply a meaningful
128: -- error message.
129: --
130: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
131: hr_utility.set_message_token('TABLE_NAME', 'per_za_training');
132: hr_utility.raise_error;
133: End lck;
134: --
135: -- ----------------------------------------------------------------------------