DBA Data[Home] [Help]

APPS.IES_TELESALES_BP_PKG dependencies on FND_GLOBAL

Line 72: FND_GLOBAL.apps_initialize(l_user_id, null, null, null);

68: INTO l_user_id
69: FROM FND_USER
70: where user_name = p_user_name;
71:
72: FND_GLOBAL.apps_initialize(l_user_id, null, null, null);
73:
74: l_interest_rec.interest_type_id := p_interest_type_id;
75: l_interest_rec.primary_interest_code_id := p_primary_interest_code_id;
76: l_interest_rec.secondary_interest_code_id := p_secondary_interest_code_id;

Line 160: FND_GLOBAL.APPS_INITIALIZE(l_user_id, null, 279);

156: FROM jtf_rs_resource_extns
157: WHERE user_name = p_user_name;
158:
159:
160: FND_GLOBAL.APPS_INITIALIZE(l_user_id, null, 279);
161:
162: FND_MSG_PUB.G_MSG_LEVEL_THRESHOLD := FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW;
163:
164:

Line 230: FND_GLOBAL.APPS_INITIALIZE(l_user_id, null, 279);

226: INTO l_content_id
227: FROM AMS_DELIVERABLES_VL
228: WHERE deliverable_id = p_deliverable_id;
229:
230: FND_GLOBAL.APPS_INITIALIZE(l_user_id, null, 279);
231:
232: JTF_FM_REQUEST_GRP.START_REQUEST(p_api_version => 1.0,
233: x_return_status => l_return_status,
234: x_msg_count => l_msg_count,

Line 318: FND_GLOBAL.APPS_INITIALIZE(l_user_id, null, p_application_id);

314: INTO l_user_id
315: FROM FND_USER
316: where user_name = p_user_name;
317:
318: FND_GLOBAL.APPS_INITIALIZE(l_user_id, null, p_application_id);
319: l_event_regs_rec.source_code := p_source_code;
320: l_event_regs_rec.event_offer_id := p_event_offer_id;
321: l_event_regs_rec.registrant_party_id := p_registrant_party_id;
322: l_event_regs_rec.attendant_party_id := p_attendant_party_id;