DBA Data[Home] [Help]

APPS.AP_ACCTG_PREPAY_DIST_PKG dependencies on STANDARD

Line 382: /* Get the standard invoice header info */

378: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME || l_procedure_name, l_log_msg);
379: END IF;
380:
381:
382: /* Get the standard invoice header info */
383: OPEN Invoice_Header(P_Invoice_ID);
384: FETCH Invoice_Header INTO l_inv_rec;
385: CLOSE Invoice_Header;
386:

Line 794: /* Get the standard invoice header info */

790: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME || l_procedure_name, l_log_msg);
791: END IF;
792:
793:
794: /* Get the standard invoice header info */
795: OPEN Invoice_Header(P_XLA_Event_Rec.source_id_int_1);
796: FETCH Invoice_Header INTO l_inv_rec;
797: CLOSE Invoice_Header;
798: