DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPRPT_PKG dependencies on FND_MESSAGE

Line 519: FND_MESSAGE.SET_NAME('SQLAP','OIE_INVOICE_DESC');

515:
516: -- Bug 2786500:By default message will have 'EMP_CARD_NUM - EXP_RPT_PURPOSE'
517: -- Message can be modified to have one or combination of the following
518: -- EMP_CARD_NUM, EXP_RPT_PURPOSE, EMP_FULL_NAME
519: FND_MESSAGE.SET_NAME('SQLAP','OIE_INVOICE_DESC');
520: l_description := FND_MESSAGE.GET;
521: l_description := replace(l_description,'EMP_FULL_NAME',l_emp_full_name);
522: l_description := replace(l_description,'EMP_CARD_NUM',l_emp_masked_cc_number);
523: l_description := replace(l_description,'EXP_RPT_PURPOSE',l_exp_rpt_purpose);

Line 520: l_description := FND_MESSAGE.GET;

516: -- Bug 2786500:By default message will have 'EMP_CARD_NUM - EXP_RPT_PURPOSE'
517: -- Message can be modified to have one or combination of the following
518: -- EMP_CARD_NUM, EXP_RPT_PURPOSE, EMP_FULL_NAME
519: FND_MESSAGE.SET_NAME('SQLAP','OIE_INVOICE_DESC');
520: l_description := FND_MESSAGE.GET;
521: l_description := replace(l_description,'EMP_FULL_NAME',l_emp_full_name);
522: l_description := replace(l_description,'EMP_CARD_NUM',l_emp_masked_cc_number);
523: l_description := replace(l_description,'EXP_RPT_PURPOSE',l_exp_rpt_purpose);
524: p_description := substrb(l_description,1,240); --2227571