DBA Data[Home] [Help]

APPS.CSP_TRANSACTIONS_PUB dependencies on MTL_TXN_REQUEST_HEADERS

Line 183: FROM mtl_txn_request_headers

179: IF (px_header_id IS NOT NULL) THEN
180: BEGIN
181: SELECT header_id
182: INTO l_header_id
183: FROM mtl_txn_request_headers
184: WHERE header_id = px_header_id
185: AND organization_id = p_organization_id;
186:
187: FND_MESSAGE.SET_NAME('CSP', 'CSP_PARAMETER_EXISTS');