DBA Data[Home] [Help]

APPS.PA_RETN_BILLING_PKG dependencies on PA_INVOICE_FORMAT_DETAILS

Line 19: pa_invoice_format_details fmtdet,

15: fmtdet.end_position end_position,
16: NVL(fmtdet.right_justify_flag,'N') right_justify_flag
17: FROM pa_invoice_group_columns grp,
18: pa_invoice_formats fmt,
19: pa_invoice_format_details fmtdet,
20: pa_projects_all pr
21: WHERE pr.retn_billing_inv_format_id = fmt.invoice_format_id
22: AND fmt.invoice_format_id = fmtdet.invoice_format_id
23: AND grp.invoice_group_column_id = fmtdet.invoice_group_column_id