DBA Data[Home] [Help]

APPS.PO_RELGEN_PKG dependencies on PO_ACTION_HISTORY

Line 1990: else insert appropriate rows into PO_ACTION_HISTORY

1986: DESC: insert into the notifications table and the action history table
1987: ARGS: IN : req_line IN requisition_lines_cursor%rowtype
1988: ALGR: If the release is not approved, insert appropriate rows into
1989: PO_NOTIFICATIONS
1990: else insert appropriate rows into PO_ACTION_HISTORY
1991:
1992: ===========================================================================*/
1993:
1994: PROCEDURE WRAPUP(req_line IN requisition_lines_cursor%rowtype)

Line 2034: INSERT into PO_ACTION_HISTORY

2030: AND PO_RELEASE_ID = x_po_release_id; */
2031: null;
2032: ELSE
2033:
2034: INSERT into PO_ACTION_HISTORY
2035: (object_id,
2036: object_type_code,
2037: object_sub_type_code,
2038: sequence_num,

Line 2077: INSERT into PO_ACTION_HISTORY

2073: '',
2074: null,
2075: null);
2076:
2077: INSERT into PO_ACTION_HISTORY
2078: (object_id,
2079: object_type_code,
2080: object_sub_type_code,
2081: sequence_num,