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:
692: -- Commented below code for 9007991

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:
692: -- Commented below code for 9007991
693: -- select NVL(TO_NUMBER(DECODE(SUBSTRB( USERENV('CLIENT_INFO'),1,1),' ',

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

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

Line 709: l_temp_string := FND_MESSAGE.GET;

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