DBA Data[Home] [Help]

APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on IBY_TRXN_DOCUMENTS

Line 571: FROM iby_trxn_documents

567: WHERE payment_instruction_id = p_payment_instruction_id;
568:
569: SELECT count(trxn_document_id)
570: INTO l_extract_count
571: FROM iby_trxn_documents
572: where doctype=100 and trxnmid=p_payment_instruction_id;
573: --(bug 5970838) WHERE doctype = 100 and payment_instruction_id = p_payment_instruction_id;
574: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
575: iby_debug_pub.add(debug_msg => 'After XML query ',

Line 587: iby_trxn_documents_pkg.CreateDocument

583: debug_level => G_LEVEL_STATEMENT,
584: module => l_Debug_Module);
585: END IF;
586:
587: iby_trxn_documents_pkg.CreateDocument
588: (
589: p_payment_instruction_id => p_payment_instruction_id,
590: p_doctype => 100,
591: p_doc => x_extract_doc,