DBA Data[Home] [Help]

APPS.ISC_MAINT_CURRENCY_PKG dependencies on ORG_ACCESS

Line 45: from org_access o

41: and hoi.organization_id = mp.organization_id
42: and
43: ( exists
44: ( select 1
45: from org_access o
46: where o.responsibility_id = fnd_global.resp_id
47: and o.resp_application_id = fnd_global.resp_appl_id
48: and o.organization_id = mp.organization_id ) or
49: ( not exists ( select 1

Line 50: from org_access ora

46: where o.responsibility_id = fnd_global.resp_id
47: and o.resp_application_id = fnd_global.resp_appl_id
48: and o.organization_id = mp.organization_id ) or
49: ( not exists ( select 1
50: from org_access ora
51: where mp.organization_id = ora.organization_id
52: )
53: )
54: )