DBA Data[Home] [Help]

APPS.PA_PAXRWDIF_XMLP_PKG dependencies on PA_INVOICE_GROUPS

Line 17: inv_group_name pa_invoice_groups.name%TYPE;

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
21: select name into inv_format_name

Line 28: from pa_invoice_groups

24: invoice_format_id = p_format;
25: end if;
26: if p_group is not NULL then
27: select name into inv_group_name
28: from pa_invoice_groups
29: where
30: invoice_group_id = p_group;
31: end if;
32: C_Format_Name := inv_format_name;