DBA Data[Home] [Help]

APPS.PQH_DOA_INS dependencies on PQH_DOCUMENT_ATTRIBUTES_F

Line 91: from pqh_document_attributes_f t

87: --
88: Cursor C_Sel1 Is
89: select t.created_by,
90: t.creation_date
91: from pqh_document_attributes_f t
92: where t.document_attribute_id = p_rec.document_attribute_id
93: and t.effective_start_date =
94: pqh_doa_shd.g_old_rec.effective_start_date
95: and t.effective_end_date = (p_validation_start_date - 1);

Line 98: l_created_by pqh_document_attributes_f.created_by%TYPE;

94: pqh_doa_shd.g_old_rec.effective_start_date
95: and t.effective_end_date = (p_validation_start_date - 1);
96: --
97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by pqh_document_attributes_f.created_by%TYPE;
99: l_creation_date pqh_document_attributes_f.creation_date%TYPE;
100: l_last_update_date pqh_document_attributes_f.last_update_date%TYPE;
101: l_last_updated_by pqh_document_attributes_f.last_updated_by%TYPE;
102: l_last_update_login pqh_document_attributes_f.last_update_login%TYPE;

Line 99: l_creation_date pqh_document_attributes_f.creation_date%TYPE;

95: and t.effective_end_date = (p_validation_start_date - 1);
96: --
97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by pqh_document_attributes_f.created_by%TYPE;
99: l_creation_date pqh_document_attributes_f.creation_date%TYPE;
100: l_last_update_date pqh_document_attributes_f.last_update_date%TYPE;
101: l_last_updated_by pqh_document_attributes_f.last_updated_by%TYPE;
102: l_last_update_login pqh_document_attributes_f.last_update_login%TYPE;
103: --

Line 100: l_last_update_date pqh_document_attributes_f.last_update_date%TYPE;

96: --
97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by pqh_document_attributes_f.created_by%TYPE;
99: l_creation_date pqh_document_attributes_f.creation_date%TYPE;
100: l_last_update_date pqh_document_attributes_f.last_update_date%TYPE;
101: l_last_updated_by pqh_document_attributes_f.last_updated_by%TYPE;
102: l_last_update_login pqh_document_attributes_f.last_update_login%TYPE;
103: --
104: Begin

Line 101: l_last_updated_by pqh_document_attributes_f.last_updated_by%TYPE;

97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by pqh_document_attributes_f.created_by%TYPE;
99: l_creation_date pqh_document_attributes_f.creation_date%TYPE;
100: l_last_update_date pqh_document_attributes_f.last_update_date%TYPE;
101: l_last_updated_by pqh_document_attributes_f.last_updated_by%TYPE;
102: l_last_update_login pqh_document_attributes_f.last_update_login%TYPE;
103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);

Line 102: l_last_update_login pqh_document_attributes_f.last_update_login%TYPE;

98: l_created_by pqh_document_attributes_f.created_by%TYPE;
99: l_creation_date pqh_document_attributes_f.creation_date%TYPE;
100: l_last_update_date pqh_document_attributes_f.last_update_date%TYPE;
101: l_last_updated_by pqh_document_attributes_f.last_updated_by%TYPE;
102: l_last_update_login pqh_document_attributes_f.last_update_login%TYPE;
103: --
104: Begin
105: hr_utility.set_location('Entering:'||l_proc, 5);
106: --

Line 111: (p_base_table_name => 'pqh_document_attributes_f'

107: -- Get the object version number for the insert
108: --
109: p_rec.object_version_number :=
110: dt_api.get_object_version_number
111: (p_base_table_name => 'pqh_document_attributes_f'
112: ,p_base_key_column => 'document_attribute_id'
113: ,p_base_key_value => p_rec.document_attribute_id
114: );
115: --

Line 154: -- Insert the row into: pqh_document_attributes_f

150: End If;
151: --
152: pqh_doa_shd.g_api_dml := true; -- Set the api dml status
153: --
154: -- Insert the row into: pqh_document_attributes_f
155: --
156: insert into pqh_document_attributes_f
157: (document_attribute_id
158: ,effective_start_date

Line 156: insert into pqh_document_attributes_f

152: pqh_doa_shd.g_api_dml := true; -- Set the api dml status
153: --
154: -- Insert the row into: pqh_document_attributes_f
155: --
156: insert into pqh_document_attributes_f
157: (document_attribute_id
158: ,effective_start_date
159: ,effective_end_date
160: ,document_id

Line 282: from pqh_document_attributes_f

278: Cursor C_Sel1 is select pqh_document_attributes_s.nextval from sys.dual;
279: --
280: Cursor C_Sel2 is
281: Select null
282: from pqh_document_attributes_f
283: where document_attribute_id =
284: pqh_doa_ins.g_document_attribute_id_i;
285: --
286: l_proc varchar2(72) := g_package||'pre_insert';

Line 304: fnd_message.set_token('TABLE_NAME','pqh_document_attributes_f');

300: --
301: -- The primary key values are already in use.
302: --
303: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
304: fnd_message.set_token('TABLE_NAME','pqh_document_attributes_f');
305: fnd_message.raise_error;
306: End If;
307: Close C_Sel2;
308: --

Line 404: (p_module_name => 'PQH_DOCUMENT_ATTRIBUTES_F'

400: --
401: when hr_api.cannot_find_prog_unit then
402: --
403: hr_api.cannot_find_prog_unit_error
404: (p_module_name => 'PQH_DOCUMENT_ATTRIBUTES_F'
405: ,p_hook_type => 'AI');
406: --
407: end;
408: --

Line 469: ,p_base_table_name => 'pqh_document_attributes_f'

465: --
466: dt_api.validate_dt_mode
467: (p_effective_date => p_effective_date
468: ,p_datetrack_mode => p_datetrack_mode
469: ,p_base_table_name => 'pqh_document_attributes_f'
470: ,p_base_key_column => 'document_attribute_id'
471: ,p_base_key_value => p_rec.document_attribute_id
472: ,p_enforce_foreign_locking => true
473: ,p_validation_start_date => l_validation_start_date