39: := 'po.plsql.' || g_pkg_name || '.'
40: ;
41:
42: -- Read the profile option that enables/disables the debug log
43: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
44: g_debug_stmt BOOLEAN := PO_DEBUG.is_debug_stmt_on;
45: g_debug_unexp BOOLEAN := PO_DEBUG.is_debug_unexp_on;
46:
47:
4477: -- information is being derived by us and the funds would get reserved
4478: -- in a period and the exact date does not matter.
4479:
4480: -- bug 5498063
4481: l_validate_gl_period := nvl(FND_PROFILE.VALUE('PO_VALIDATE_GL_PERIOD'),'Y');
4482:
4483: IF (p_roll_logic_used= g_roll_logic_NONE ) THEN
4484:
4485: UPDATE PO_SESSION_GT TEMP