DBA Data[Home] [Help]

APPS.PQH_TCD_SHD dependencies on PQH_TXN_CATEGORY_DOCUMENTS

Line 54: from pqh_txn_category_documents

50: document_id
51: ,transaction_category_id
52: ,type_code
53: ,object_version_number
54: from pqh_txn_category_documents
55: where document_id = p_document_id
56: and transaction_category_id = p_transaction_category_id;
57: --
58: l_fct_ret boolean;

Line 128: from pqh_txn_category_documents

124: document_id
125: ,transaction_category_id
126: ,type_code
127: ,object_version_number
128: from pqh_txn_category_documents
129: where document_id = p_document_id
130: and transaction_category_id = p_transaction_category_id
131: for update nowait;
132: --

Line 184: fnd_message.set_token('TABLE_NAME', 'pqh_txn_category_documents');

180: -- The object is locked therefore we need to supply a meaningful
181: -- error message.
182: --
183: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
184: fnd_message.set_token('TABLE_NAME', 'pqh_txn_category_documents');
185: fnd_message.raise_error;
186: End lck;
187: --
188: -- ----------------------------------------------------------------------------