DBA Data[Home] [Help]

APPS.POR_PURGE_SYS_SAVED_REQ dependencies on POR_UTIL_PKG

Line 47: --por_util_pkg.delete_requisition(syssaved_req_header_id);

43: -- dbms_output.put_line('deleting ' || to_char(syssaved_req_header_id));
44:
45: -- bluk: call the API to delete headers, lines, and other information for the req
46:
47: --por_util_pkg.delete_requisition(syssaved_req_header_id);
48: --commented the call to function delete_requsition().
49: --Instead put a call to function purge_requisition(),
50: --that has been added to por_util_pkg as a part of fix for bug#6368269
51: por_util_pkg.purge_requisition(syssaved_req_header_id);

Line 50: --that has been added to por_util_pkg as a part of fix for bug#6368269

46:
47: --por_util_pkg.delete_requisition(syssaved_req_header_id);
48: --commented the call to function delete_requsition().
49: --Instead put a call to function purge_requisition(),
50: --that has been added to por_util_pkg as a part of fix for bug#6368269
51: por_util_pkg.purge_requisition(syssaved_req_header_id);
52:
53: /*
54: delete po_approval_list_lines

Line 51: por_util_pkg.purge_requisition(syssaved_req_header_id);

47: --por_util_pkg.delete_requisition(syssaved_req_header_id);
48: --commented the call to function delete_requsition().
49: --Instead put a call to function purge_requisition(),
50: --that has been added to por_util_pkg as a part of fix for bug#6368269
51: por_util_pkg.purge_requisition(syssaved_req_header_id);
52:
53: /*
54: delete po_approval_list_lines
55: where APPROVAL_LIST_HEADER_ID in