DBA Data[Home] [Help]

APPS.HXC_SECURITY dependencies on FND_GLOBAL

Line 309: fnd_global.user_id,

305: l_sec_attr.time_building_block_id,
306: l_sec_attr.attribute_category,
307: l_sec_attr.attribute1,
308: l_sec_attr.attribute2,
309: fnd_global.user_id,
310: fnd_global.resp_id,
311: l_sec_attr.attribute5,
312: l_sec_attr.attribute6,
313: l_sec_attr.attribute7,

Line 310: fnd_global.resp_id,

306: l_sec_attr.attribute_category,
307: l_sec_attr.attribute1,
308: l_sec_attr.attribute2,
309: fnd_global.user_id,
310: fnd_global.resp_id,
311: l_sec_attr.attribute5,
312: l_sec_attr.attribute6,
313: l_sec_attr.attribute7,
314: l_sec_attr.attribute8,

Line 409: l_user_id := fnd_global.user_id;

405:
406: if(l_passed) then
407:
408: l_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');
409: l_user_id := fnd_global.user_id;
410: l_resp_id := fnd_global.resp_id;
411: l_resp_appl_id := fnd_global.resp_appl_id;
412: l_sec_grp_id := fnd_global.security_group_id;
413: --

Line 410: l_resp_id := fnd_global.resp_id;

406: if(l_passed) then
407:
408: l_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');
409: l_user_id := fnd_global.user_id;
410: l_resp_id := fnd_global.resp_id;
411: l_resp_appl_id := fnd_global.resp_appl_id;
412: l_sec_grp_id := fnd_global.security_group_id;
413: --
414: -- Loop over the blocks, and when we have one that

Line 411: l_resp_appl_id := fnd_global.resp_appl_id;

407:
408: l_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');
409: l_user_id := fnd_global.user_id;
410: l_resp_id := fnd_global.resp_id;
411: l_resp_appl_id := fnd_global.resp_appl_id;
412: l_sec_grp_id := fnd_global.security_group_id;
413: --
414: -- Loop over the blocks, and when we have one that
415: -- does have a sec attribute, add it.

Line 412: l_sec_grp_id := fnd_global.security_group_id;

408: l_bg_id := fnd_profile.value('PER_BUSINESS_GROUP_ID');
409: l_user_id := fnd_global.user_id;
410: l_resp_id := fnd_global.resp_id;
411: l_resp_appl_id := fnd_global.resp_appl_id;
412: l_sec_grp_id := fnd_global.security_group_id;
413: --
414: -- Loop over the blocks, and when we have one that
415: -- does have a sec attribute, add it.
416: --