DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on PO_ACTION_HISTORY

Line 2015: else insert appropriate rows into PO_ACTION_HISTORY

2011: DESC: insert into the notifications table and the action history table
2012: ARGS: IN : req_line IN requisition_lines_cursor%rowtype
2013: ALGR: If the release is not approved, insert appropriate rows into
2014: PO_NOTIFICATIONS
2015: else insert appropriate rows into PO_ACTION_HISTORY
2016:
2017: ===========================================================================*/
2018:
2019: PROCEDURE WRAPUP(req_line IN requisition_lines_cursor%rowtype)

Line 2059: INSERT into PO_ACTION_HISTORY

2055: AND PO_RELEASE_ID = x_po_release_id; */
2056: null;
2057: ELSE
2058:
2059: INSERT into PO_ACTION_HISTORY
2060: (object_id,
2061: object_type_code,
2062: object_sub_type_code,
2063: sequence_num,

Line 2102: INSERT into PO_ACTION_HISTORY

2098: '',
2099: null,
2100: null);
2101:
2102: INSERT into PO_ACTION_HISTORY
2103: (object_id,
2104: object_type_code,
2105: object_sub_type_code,
2106: sequence_num,