DBA Data[Home] [Help]

APPS.CSP_PARTS_ORDER dependencies on PO_ACTION_HISTORY

Line 2099: 'Inserting data into PO_ACTION_HISTORY');

2095:
2096: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
2097: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
2098: 'csp.plsql.csp_parts_order.process_order',
2099: 'Inserting data into PO_ACTION_HISTORY');
2100: end if;
2101: -- insert 2 lines of history, one for SUBMIT and one for APPROVE
2102: INSERT into PO_ACTION_HISTORY
2103: (object_id,

Line 2102: INSERT into PO_ACTION_HISTORY

2098: 'csp.plsql.csp_parts_order.process_order',
2099: 'Inserting data into PO_ACTION_HISTORY');
2100: end if;
2101: -- insert 2 lines of history, one for SUBMIT and one for APPROVE
2102: INSERT into PO_ACTION_HISTORY
2103: (object_id,
2104: object_type_code,
2105: object_sub_type_code,
2106: sequence_num,

Line 2148: 'Inserting data into PO_ACTION_HISTORY');

2144:
2145: if(FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
2146: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,
2147: 'csp.plsql.csp_parts_order.process_order',
2148: 'Inserting data into PO_ACTION_HISTORY');
2149: end if;
2150:
2151: INSERT into PO_ACTION_HISTORY
2152: (object_id,

Line 2151: INSERT into PO_ACTION_HISTORY

2147: 'csp.plsql.csp_parts_order.process_order',
2148: 'Inserting data into PO_ACTION_HISTORY');
2149: end if;
2150:
2151: INSERT into PO_ACTION_HISTORY
2152: (object_id,
2153: object_type_code,
2154: object_sub_type_code,
2155: sequence_num,