DBA Data[Home] [Help]

APPS.PA_EXPENDITURE_INQUIRY dependencies on PO_VENDORS

Line 45: from po_vendors vend,

41: cdl.system_reference2,
42: vend.vendor_name,
43: vend.segment1,
44: cdl.burden_sum_rejection_code
45: from po_vendors vend,
46: PA_COST_DIST_LINES_ALL_BAS cdl
47: where cdl.expenditure_item_id = p_expenditure_item_id
48: and cdl.line_num (+) = 1
49: /* Added the getNumericString wrapper over systeem_reference1 for bug3158748 */