DBA Data[Home] [Help]

APPS.PA_IC_INV_CNL dependencies on PA_LOOKUPS

Line 111: from pa_lookups l,

107: Set canceled_flag = 'Y',
108: invoice_comment =
109: (select rtrim(upper(l.meaning)||' '||
110: rtrim(substrb(i.invoice_comment,1,232)))
111: from pa_lookups l,
112: pa_draft_invoices i
113: where i.project_id = p_project_id
114: and i.draft_invoice_num = p_draft_inv_num
115: and l.lookup_type = 'INVOICE_CREDIT_TYPE'