DBA Data[Home] [Help]

APPS.AP_WEB_INACTIVE_EMP_WF_PKG dependencies on FND_PROFILE

Line 107: FND_PROFILE.GET('ORG_ID' , l_n_org_id );

103: --------------------------------------------------------------
104: l_debug_info := 'Get Org_ID value ';
105: --------------------------------------------------------------
106:
107: FND_PROFILE.GET('ORG_ID' , l_n_org_id );
108:
109: -- ORG_ID was added later; therefore, it needs to be tested for upgrade purpose, and
110: -- is not included in the bulk update.
111: begin

Line 141: FND_PROFILE.VALUE('USER_ID'));

137: --------------------------------------------------------------
138: WF_ENGINE.SetItemAttrNumber(l_item_type,
139: l_item_key,
140: 'USER_ID',
141: FND_PROFILE.VALUE('USER_ID'));
142:
143: --------------------------------------------------------------
144: l_debug_info := 'Set Resp_ID value ';
145: --------------------------------------------------------------

Line 149: FND_PROFILE.VALUE('RESP_ID'));

145: --------------------------------------------------------------
146: WF_ENGINE.SetItemAttrNumber(l_item_type,
147: l_item_key,
148: 'RESPONSIBILITY_ID',
149: FND_PROFILE.VALUE('RESP_ID'));
150:
151: --------------------------------------------------------------
152: l_debug_info := 'Set Resp_Appl_ID value ';
153: --------------------------------------------------------------

Line 157: FND_PROFILE.VALUE('RESP_APPL_ID'));

153: --------------------------------------------------------------
154: WF_ENGINE.SetItemAttrNumber(l_item_type,
155: l_item_key,
156: 'APPLICATION_ID',
157: FND_PROFILE.VALUE('RESP_APPL_ID'));
158:
159: exception
160: when others then
161: if (wf_core.error_name = 'WFENG_ITEM_ATTR') then

Line 374: l_debug_Info := 'Get ORG_ID from FND_PROFILE';

370: l_textNameArr(iText) := 'RESP_NOTES';
371: l_textValArr(iText) := l_resp_notes;
372:
373: --------------------------------------------------------------
374: l_debug_Info := 'Get ORG_ID from FND_PROFILE';
375: --------------------------------------------------------------
376: FND_PROFILE.GET('ORG_ID' , l_orgId);
377:
378: -------------------------------------------------------------

Line 376: FND_PROFILE.GET('ORG_ID' , l_orgId);

372:
373: --------------------------------------------------------------
374: l_debug_Info := 'Get ORG_ID from FND_PROFILE';
375: --------------------------------------------------------------
376: FND_PROFILE.GET('ORG_ID' , l_orgId);
377:
378: -------------------------------------------------------------
379: l_debug_info := 'Set WF ORG_ID Item Attribute';
380: -------------------------------------------------------------