DBA Data[Home] [Help]

APPS.PA_RETENTION_PKG dependencies on PA_INVOICE_FORMATS

Line 99: pa_invoice_formats fmt,

95: fmtdet.start_position start_position,
96: fmtdet.end_position end_position,
97: NVL(fmtdet.right_justify_flag,'N') right_justify_flag
98: FROM pa_invoice_group_columns grp,
99: pa_invoice_formats fmt,
100: pa_invoice_format_details fmtdet,
101: pa_projects_all pr
102: WHERE pr.retention_invoice_format_id = fmt.invoice_format_id
103: AND fmt.invoice_format_id = fmtdet.invoice_format_id