DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on WIP_ENTITIES_S

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

1559: l_flowRec.primary_quantity := l_flowRec.transaction_quantity;
1560: end if;
1561:
1562: -- now getting the wip_entity_id and the account info
1563: select wip_entities_s.nextval into l_wipEntityID from dual;
1564:
1565: select material_account,
1566: material_overhead_account,
1567: resource_account,

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

1585: from wip_accounting_classes
1586: where class_code = l_flowRec.accounting_class
1587: and organization_id = l_flowRec.organization_id;
1588:
1589: -- we do NOT need to insert an entry in wip_entities since there is a database
1590: -- trigger on wfs to do that
1591: insert into wip_flow_schedules(
1592: wip_entity_id,
1593: organization_id,