DBA Data[Home] [Help]

APPS.AST_OFL_TRANS_SIZES_PARAM dependencies on ICX_SEC

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

1: PACKAGE BODY AST_OFL_TRANS_SIZES_PARAM AS
2: /* $Header: astrttpb.pls 115.24 2002/02/07 15:24:53 pkm ship $ */
3:
4: g_image_prefix varchar2(250) := '/OA_MEDIA/'||icx_sec.getid(icx_sec.pv_language_code)||'/';
5: l_user_id number;
6: v_date_time varchar2(30);
7: l_agent varchar2(200);
8: ctr1 integer := 0;

Line 147: if (icx_sec.validateSession(c_commit => FALSE)) then

143: year_counter := year_counter +1;
144: END LOOP;
145:
146:
147: if (icx_sec.validateSession(c_commit => FALSE)) then
148: header;
149:
150: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
151: -------------------- Returns login user Id--------------------------

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

146:
147: if (icx_sec.validateSession(c_commit => FALSE)) then
148: header;
149:
150: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
151: -------------------- Returns login user Id--------------------------
152:
153: /* set user's currency code */
154: v_usr_currency_code := FND_PROFILE.VALUE('JTF_PROFILE_DEFAULT_CURRENCY');