DBA Data[Home] [Help]

APPS.PQH_DOC_UPD dependencies on PQH_DOCUMENTS_F

Line 78: (p_base_table_name => 'pqh_documents_f'

74: -- version number.
75: --
76: p_rec.object_version_number :=
77: dt_api.get_object_version_number
78: (p_base_table_name => 'pqh_documents_f'
79: ,p_base_key_column => 'document_id'
80: ,p_base_key_value => p_rec.document_id
81: );
82: --

Line 85: -- Update the pqh_documents_f Row

81: );
82: --
83: pqh_doc_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the pqh_documents_f Row
86: --
87: update pqh_documents_f
88: set
89: document_id = p_rec.document_id

Line 87: update pqh_documents_f

83: pqh_doc_shd.g_api_dml := true; -- Set the api dml status
84: --
85: -- Update the pqh_documents_f Row
86: --
87: update pqh_documents_f
88: set
89: document_id = p_rec.document_id
90: ,short_name = p_rec.short_name
91: ,document_name = p_rec.document_name

Line 458: (p_module_name => 'PQH_DOCUMENTS_F'

454: --
455: when hr_api.cannot_find_prog_unit then
456: --
457: hr_api.cannot_find_prog_unit_error
458: (p_module_name => 'PQH_DOCUMENTS_F'
459: ,p_hook_type => 'AU');
460: --
461: end;
462: --