DBA Data[Home] [Help]

APPS.PQH_TCD_DEL dependencies on PQH_TXN_CATEGORY_DOCUMENTS

Line 62: -- Delete the pqh_txn_category_documents row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the pqh_txn_category_documents row.
63: --
64: delete from pqh_txn_category_documents
65: where document_id = p_rec.document_id
66: and transaction_category_id = p_rec.transaction_category_id;

Line 64: delete from pqh_txn_category_documents

60: --
61: --
62: -- Delete the pqh_txn_category_documents row.
63: --
64: delete from pqh_txn_category_documents
65: where document_id = p_rec.document_id
66: and transaction_category_id = p_rec.transaction_category_id;
67: --
68: --

Line 181: (p_module_name => 'PQH_TXN_CATEGORY_DOCUMENTS'

177: --
178: when hr_api.cannot_find_prog_unit then
179: --
180: hr_api.cannot_find_prog_unit_error
181: (p_module_name => 'PQH_TXN_CATEGORY_DOCUMENTS'
182: ,p_hook_type => 'AD');
183: --
184: end;
185: --