DBA Data[Home] [Help]

APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on IBY_XML_BATCH_FCI_1_0_V

Line 337: FROM iby_xml_batch_fci_1_0_v

333: OR (p_req_type = 'ORAPMTPDCCLOSEBATCH')) THEN
334:
335: SELECT XMLType.getClobVal(instruction)
336: INTO x_extract_doc
337: FROM iby_xml_batch_fci_1_0_v
338: WHERE mbatchid=p_txn_id
339: AND rownum=1;
340: ELSE
341: SELECT XMLType.getClobVal(instruction)