DBA Data[Home] [Help]

APPS.MTL_CCEOI_ACTION_PVT dependencies on FND_GLOBAL

Line 1449: WHERE (responsibility_id = fnd_global.resp_id

1445: AND (NVL(fnd_profile.value_wnps('INV_TRANS_REASON_SECURITY'), 'N') = 'N')
1446: OR reason_id IN
1447: (SELECT reason_id
1448: FROM mtl_trans_reason_security
1449: WHERE (responsibility_id = fnd_global.resp_id
1450: OR NVL(RESPONSIBILITY_ID, -1) = -1)
1451: );
1452:
1453: IF (L_DEBUG = 1) THEN