DBA Data[Home] [Help]

APPS.PA_PAXRWDIF_XMLP_PKG dependencies on PA_INVOICE_FORMATS

Line 16: inv_format_name pa_invoice_formats.name%TYPE;

12: function BeforeReport return boolean is
13: begin
14: declare
15: init_error exception;
16: inv_format_name pa_invoice_formats.name%TYPE;
17: inv_group_name pa_invoice_groups.name%TYPE;
18: begin
19: /*srw.user_exit('FND SRWINIT');*/null;
20: if p_format is not NULL then

Line 22: from pa_invoice_formats

18: begin
19: /*srw.user_exit('FND SRWINIT');*/null;
20: if p_format is not NULL then
21: select name into inv_format_name
22: from pa_invoice_formats
23: where
24: invoice_format_id = p_format;
25: end if;
26: if p_group is not NULL then