DBA Data[Home] [Help]

APPS.GMS_AWARD_PVT dependencies on PA_INVOICE_GROUPS

Line 973: FROM pa_invoice_groups inv_grp,

969:
970:
971: cursor C_invoice_format(x_formatID NUMBER,x_format varchar2 ) is
972: SELECT 1
973: FROM pa_invoice_groups inv_grp,
974: pa_invoice_formats inv_fmt
975: WHERE inv_grp.invoice_group_id = inv_fmt.invoice_group_id
976: and inv_fmt.invoice_format_id = x_formatID
977: and inv_grp.invoice_format_type = x_format ;