DBA Data[Home] [Help]

APPS.AST_OFL_EVENT_ATTENDEES_PARAM dependencies on ICX_SEC

Line 12: g_image_prefix VARCHAR2(250) := '/OA_MEDIA/'||icx_sec.getid(icx_sec.pv_language_code)||'/';

8: TYPE year_table
9: IS
10: TABLE OF VARCHAR2(2000)
11: INDEX BY BINARY_INTEGER;
12: g_image_prefix VARCHAR2(250) := '/OA_MEDIA/'||icx_sec.getid(icx_sec.pv_language_code)||'/';
13: l_user_id NUMBER;
14: v_date_time VARCHAR2(30);
15: l_agent VARCHAR2(200);
16: ctr1 INTEGER := 0;

Line 78: IF (icx_sec.validateSession) THEN

74: FOR i IN 1..21 LOOP
75: year_data(i) := TO_CHAR(year_counter);
76: year_counter := year_counter + 1;
77: END LOOP;
78: IF (icx_sec.validateSession) THEN
79: header;
80: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
81: --Returns login user Id
82: htp.formOpen(owa_util.Get_Owa_Service_Path || 'ast_ofl_event_attendees_report.report_wrapper', cAttributes => ' NAME="param"');

Line 80: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);

76: year_counter := year_counter + 1;
77: END LOOP;
78: IF (icx_sec.validateSession) THEN
79: header;
80: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
81: --Returns login user Id
82: htp.formOpen(owa_util.Get_Owa_Service_Path || 'ast_ofl_event_attendees_report.report_wrapper', cAttributes => ' NAME="param"');
83: htp.htmlOpen;
84: htp.headOpen;