DBA Data[Home] [Help]

APPS.IBE_REPORTING_PVT dependencies on STANDARD

Line 979: /* The following query returns only recordss for type STANDARD, SERVICE and other parent records. */

975: IF (l_debug = 'Y') THEN
976: printDebugLog('insertOrderLineFact(+)');
977: printDebugLog(fnd_global.tab||'IN Parameters: '||p_currency_code||', '||to_char(pFromDate,'YYYY-MM-DD HH24:MI:SS')||', '||to_char(pToDate,'YYYY-MM-DD HH24:MI:SS') );
978: END IF;
979: /* The following query returns only recordss for type STANDARD, SERVICE and other parent records. */
980: Insert /*+ append */ into IBE_ECR_ORDERS_FACT (fact_date, object_version_number, created_by, creation_date,
981: last_updated_by, last_update_date, last_update_login, resource_id, org_id, msite_id, currency_code, section_id,
982: organization_id, inventory_item_id, uom_code, sold_to_org_id, invoice_to_org_id, agreement_id, salesrep_id,
983: num_times_ordered, sale_quantity, functional_amount, reported_amount) SELECT ift.fact_date Fact_Date,