DBA Data[Home] [Help]

APPS.HRI_OPL_ORGH_CT dependencies on FND_GLOBAL

Line 693: g_user_id := fnd_global.user_id;

689: g_chunk_size := 1500;
690: ELSE
691: g_chunk_size := p_chunk_size;
692: END IF;
693: g_user_id := fnd_global.user_id;
694: g_sysdate := sysdate;
695:
696: /* Time at start */
697: output('PL/SQL Start: ' || to_char(sysdate,'HH24:MI:SS'));

Line 953: g_user_id := fnd_global.user_id;

949: l_full_refresh VARCHAR2(30);
950:
951: BEGIN
952: --
953: g_user_id := fnd_global.user_id;
954: g_sysdate := sysdate;
955:
956: /* Enable output to concurrent request log */
957: g_conc_request_flag := TRUE;