DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on WIP_ENTITIES_S

Line 1594: select wip_entities_s.nextval into l_wipEntityID from dual;

1590: l_flowRec.primary_quantity := l_flowRec.transaction_quantity;
1591: end if;
1592:
1593: -- now getting the wip_entity_id and the account info
1594: select wip_entities_s.nextval into l_wipEntityID from dual;
1595:
1596: select material_account,
1597: material_overhead_account,
1598: resource_account,

Line 1620: -- we do NOT need to insert an entry in wip_entities since there is a database

1616: from wip_accounting_classes
1617: where class_code = l_flowRec.accounting_class
1618: and organization_id = l_flowRec.organization_id;
1619:
1620: -- we do NOT need to insert an entry in wip_entities since there is a database
1621: -- trigger on wfs to do that
1622: insert into wip_flow_schedules(
1623: wip_entity_id,
1624: organization_id,