DBA Data[Home] [Help]

APPS.AP_XML_INVOICE_INBOUND_PKG dependencies on FND_MESSAGE

Line 688: FND_MESSAGE.SET_NAME('SQLAP', 'AP_XML_WF_SUPPLIER_EMAIL_SUBJ');

684: --
685: -- Initializing attributes
686: --
687: ap_debug_pkg.print('Y','Initializing Mail Subject (+)');
688: FND_MESSAGE.SET_NAME('SQLAP', 'AP_XML_WF_SUPPLIER_EMAIL_SUBJ');
689: l_temp_string := FND_MESSAGE.GET;
690:
691: select NVL(TO_NUMBER(DECODE(SUBSTRB( USERENV('CLIENT_INFO'),1,1),' ',
692: NULL, SUBSTRB(USERENV('CLIENT_INFO'),1,10))),-99)

Line 689: l_temp_string := FND_MESSAGE.GET;

685: -- Initializing attributes
686: --
687: ap_debug_pkg.print('Y','Initializing Mail Subject (+)');
688: FND_MESSAGE.SET_NAME('SQLAP', 'AP_XML_WF_SUPPLIER_EMAIL_SUBJ');
689: l_temp_string := FND_MESSAGE.GET;
690:
691: select NVL(TO_NUMBER(DECODE(SUBSTRB( USERENV('CLIENT_INFO'),1,1),' ',
692: NULL, SUBSTRB(USERENV('CLIENT_INFO'),1,10))),-99)
693: into l_org_id

Line 706: FND_MESSAGE.SET_NAME('SQLAP', 'AP_XML_WF_SUPPLIER_EMAIL_CONT');

702: WF_ENGINE.setItemAttrText('P2P',l_item_key, 'MAIL_SUBJECT',l_temp_string);
703: ap_debug_pkg.print('Y','Initializing Mail Subject (-)');
704:
705: ap_debug_pkg.print('Y','Initializing Mail Header (+)');
706: FND_MESSAGE.SET_NAME('SQLAP', 'AP_XML_WF_SUPPLIER_EMAIL_CONT');
707: l_temp_string := FND_MESSAGE.GET;
708: ap_debug_pkg.print('Y','mail header:'||l_temp_string);
709: WF_ENGINE.setItemAttrText('P2P',l_item_key, 'MAIL_HEADER',l_temp_string);
710: ap_debug_pkg.print('Y','Initializing Mail Header (-)');

Line 707: l_temp_string := FND_MESSAGE.GET;

703: ap_debug_pkg.print('Y','Initializing Mail Subject (-)');
704:
705: ap_debug_pkg.print('Y','Initializing Mail Header (+)');
706: FND_MESSAGE.SET_NAME('SQLAP', 'AP_XML_WF_SUPPLIER_EMAIL_CONT');
707: l_temp_string := FND_MESSAGE.GET;
708: ap_debug_pkg.print('Y','mail header:'||l_temp_string);
709: WF_ENGINE.setItemAttrText('P2P',l_item_key, 'MAIL_HEADER',l_temp_string);
710: ap_debug_pkg.print('Y','Initializing Mail Header (-)');
711: