DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on PO_ACTION_HISTORY

Line 1619: 'Inserting data into PO_ACTION_HISTORY');

1615:
1616: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
1617: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
1618: 'csp.plsql.csp_parts_order.process_order',
1619: 'Inserting data into PO_ACTION_HISTORY');
1620: end if;
1621:
1622: -- insert 2 lines of history, one for SUBMIT and one for APPROVE
1623: INSERT into PO_ACTION_HISTORY

Line 1623: INSERT into PO_ACTION_HISTORY

1619: 'Inserting data into PO_ACTION_HISTORY');
1620: end if;
1621:
1622: -- insert 2 lines of history, one for SUBMIT and one for APPROVE
1623: INSERT into PO_ACTION_HISTORY
1624: (object_id,
1625: object_type_code,
1626: object_sub_type_code,
1627: sequence_num,

Line 1669: 'Inserting data into PO_ACTION_HISTORY');

1665:
1666: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
1667: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
1668: 'csp.plsql.csp_parts_order.process_order',
1669: 'Inserting data into PO_ACTION_HISTORY');
1670: end if;
1671:
1672: INSERT into PO_ACTION_HISTORY
1673: (object_id,

Line 1672: INSERT into PO_ACTION_HISTORY

1668: 'csp.plsql.csp_parts_order.process_order',
1669: 'Inserting data into PO_ACTION_HISTORY');
1670: end if;
1671:
1672: INSERT into PO_ACTION_HISTORY
1673: (object_id,
1674: object_type_code,
1675: object_sub_type_code,
1676: sequence_num,