DBA Data[Home] [Help]

APPS.CEP_STANDARD dependencies on FND_GLOBAL

Line 50: IF fnd_global.CONC_REQUEST_ID <> -1 THEN

46: 'ce', line);
47: end if;
48:
49:
50: IF fnd_global.CONC_REQUEST_ID <> -1 THEN
51: FND_FILE.put_line(FND_FILE.LOG, line);
52: END IF;
53: End If ;
54:

Line 417: fnd_global.user_name,

413: 1.0,
414: null,
415: p_object_name,
416: null,
417: fnd_global.user_name,
418: null,
419: p_predicate,
420: p_return_status,
421: null);

Line 463: 'rol.user_name in ((select fnd_global.user_name from dual) UNION ALL '||

459:
460: l_final_query := 'SELECT 1 from fnd_grants grt, fnd_objects obj, wf_user_roles rol, xle_entity_profiles le ' ||
461: 'where grt.object_id = obj.object_id and obj.obj_name = ''' || p_security_mode || ''' and ' ||
462: 'GRANTEE_TYPE = '''||'GROUP'||''' and GRANTEE_KEY = rol.role_name and ' ||
463: 'rol.user_name in ((select fnd_global.user_name from dual) UNION ALL '||
464: '(select incrns.name from wf_local_roles incrns, fnd_user f '||
465: 'where '''|| 'HZ_PARTY' ||''' = incrns.orig_system and f.user_name = fnd_global.user_name '||
466: 'and f.person_party_id = incrns.orig_system_id and incrns.partition_id = 9)) '||
467: 'and INSTANCE_PK1_VALUE = to_char(le.legal_entity_id) '||

Line 465: 'where '''|| 'HZ_PARTY' ||''' = incrns.orig_system and f.user_name = fnd_global.user_name '||

461: 'where grt.object_id = obj.object_id and obj.obj_name = ''' || p_security_mode || ''' and ' ||
462: 'GRANTEE_TYPE = '''||'GROUP'||''' and GRANTEE_KEY = rol.role_name and ' ||
463: 'rol.user_name in ((select fnd_global.user_name from dual) UNION ALL '||
464: '(select incrns.name from wf_local_roles incrns, fnd_user f '||
465: 'where '''|| 'HZ_PARTY' ||''' = incrns.orig_system and f.user_name = fnd_global.user_name '||
466: 'and f.person_party_id = incrns.orig_system_id and incrns.partition_id = 9)) '||
467: 'and INSTANCE_PK1_VALUE = to_char(le.legal_entity_id) '||
468: 'and le.legal_entity_id = '|| to_char(p_le_id);
469:

Line 542: where APPLICATION_ID = FND_GLOBAL.resp_appl_id;

538: IF MO_GLOBAL.is_mo_init_done = 'N' THEN
539: select APPLICATION_SHORT_NAME
540: into l_appl_name
541: from FND_APPLICATION
542: where APPLICATION_ID = FND_GLOBAL.resp_appl_id;
543:
544: -- Bug 5860453. Do not call MOAC if the product is XTR
545: IF (l_appl_name <> 'XTR') THEN
546: -- Set MOAC security