DBA Data[Home] [Help]

APPS.POA_SUPPERF_POPULATE_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 8: * the last_update_date of po_line_locations_all is between the date

4: /* populate_fact_table
5: * -------------------
6: * Main procedure to extract neccessary facts from po base tables and
7: * insert into poa_bis_supplier_performance. The data is only extracted if
8: * the last_update_date of po_line_locations_all is between the date
9: * parameters.
10: * Delete the corresponding record in the fact table before inserting
11: * the updated one.
12: */

Line 46: FROM po_line_locations_all pll,

42: por.consigned_consumption_flag por_consigned_consumption_flag,
43: /* FPI */ poh.consigned_consumption_flag poh_consigned_consumption_flag,
44: pll.consigned_flag, /* FPI */
45: poh.shipping_control /* FPJ */
46: FROM po_line_locations_all pll,
47: po_lines_all pol,
48: po_headers_all poh,
49: financials_system_params_all fsp,
50: gl_sets_of_books gls,