DBA Data[Home] [Help]

APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on IBY_TRXN_DOCUMENTS

Line 386: FROM iby_trxn_documents

382: WHERE payment_instruction_id = p_payment_instruction_id;
383:
384: SELECT count(trxn_document_id)
385: INTO l_extract_count
386: FROM iby_trxn_documents
387: where doctype=100 and trxnmid=p_payment_instruction_id;
388: --(bug 5970838) WHERE doctype = 100 and payment_instruction_id = p_payment_instruction_id;
389: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
390: iby_debug_pub.add(debug_msg => 'After XML query ',

Line 402: iby_trxn_documents_pkg.CreateDocument

398: debug_level => G_LEVEL_STATEMENT,
399: module => l_Debug_Module);
400: END IF;
401:
402: iby_trxn_documents_pkg.CreateDocument
403: (
404: p_payment_instruction_id => p_payment_instruction_id,
405: p_doctype => 100,
406: p_doc => x_extract_doc,