DBA Data[Home] [Help]

APPS.AP_INVOICE_DISTRIBUTIONS_PKG dependencies on FND_NEW_MESSAGES

Line 4022: l_message_text fnd_new_messages.message_text%type;

4018: l_invoice_type_lookup_code ap_invoices_all.invoice_type_lookup_code%TYPE;
4019: l_sys_link_function VARCHAR2(2); /* Bug 5102724 */
4020: l_web_parameter_id number; --Bug5003249
4021: l_employee_ccid number;
4022: l_message_text fnd_new_messages.message_text%type;
4023: l_copy_line_dff_flag VARCHAR2(1); -- Bug 6837035
4024: l_copy_line_gdff_flag VARCHAR2(1); -- Bug 8788072
4025:
4026: l_country_code VARCHAR2(20); --bug 9169915

Line 5265: l_message_text fnd_new_messages.message_text%type;

5261: l_invoice_type_lookup_code ap_invoices_all.invoice_type_lookup_code%TYPE;
5262: l_sys_link_function VARCHAR2(2);
5263: l_web_parameter_id number;
5264: l_employee_ccid number;
5265: l_message_text fnd_new_messages.message_text%type;
5266: l_copy_line_dff_flag VARCHAR2(1);
5267: l_Inc_AWT_For_Tax_Flag Number :=1;
5268: l_dist_total number;
5269:

Line 6107: l_message_text fnd_new_messages.message_text%TYPE;

6103: l_invoice_type_lookup_code ap_invoices_all.invoice_type_lookup_code%TYPE;
6104: l_sys_link_function VARCHAR2(2); /* Bug 5102724 */
6105: l_web_parameter_id number; --Bug5003249
6106: l_employee_ccid number;
6107: l_message_text fnd_new_messages.message_text%TYPE;
6108: l_invoice_attribute_rec AP_UTILITIES_PKG.r_invoice_attribute_rec; --bug 8713737
6109:
6110: BEGIN
6111: