DBA Data[Home] [Help]

APPS.GML_PO_COST_DTL dependencies on CPG_COST_DTL

Line 27: from cpg_cost_dtl

23:
24: BEGIN
25: select nvl(sum(cost_amount), 0), nvl(sum(cost_amount), 0)
26: into x_total, x_total_rtot_db
27: from cpg_cost_dtl
28: where po_header_id = x_po_header_id
29: and po_line_id = x_po_line_id
30: and line_location_id = x_line_location_id;
31: