DBA Data[Home] [Help]

APPS.PO_RESCHEDULE_PKG dependencies on PO_CORE_S

Line 274: l_session_gt_key := PO_CORE_S.get_session_gt_nextval();

270: and then use bulk collect to get all the data in plsql table*/
271:
272:
273: /* If l_po_release_id is present, it means that the document is a release */
274: l_session_gt_key := PO_CORE_S.get_session_gt_nextval();
275:
276: l_progress:= '060';
277: -- debug
278: PO_DEBUG.debug_var(l_log_head,l_progress,'l_session_gt_key', l_session_gt_key);