DBA Data[Home] [Help]

APPS.PO_PDOI_UTL dependencies on PO_SESSION_GT

Line 23: -- Remove all records from PO_SESSION_GT based on key.

19: -----------------------------------------------------------------------
20: --Start of Comments
21: --Name: remove_session_gt_records
22: --Function:
23: -- Remove all records from PO_SESSION_GT based on key.
24: --Parameters:
25: --IN:
26: --p_key
27: -- Value of the key

Line 47: DELETE FROM PO_SESSION_GT

43: IF (PO_LOG.d_proc) THEN
44: PO_LOG.proc_begin (d_module);
45: END IF;
46:
47: DELETE FROM PO_SESSION_GT
48: WHERE key = p_key;
49:
50: IF (PO_LOG.d_proc) THEN
51: PO_LOG.proc_end (d_module);