DBA Data[Home] [Help]

APPS.BIS_INDICATOR_RESPS_PKG dependencies on FND_RESPONSIBILITY

Line 247: FROM fnd_responsibility

243: -- BIS_UTILITIES_PUB.put_line(p_text => ' inside resp val id conv 1 ' || p_responsibility_key ) ;
244:
245: SELECT responsibility_id
246: INTO l_responsibility_id
247: FROM fnd_responsibility
248: WHERE responsibility_key = p_responsibility_key ;
249:
250: -- BIS_UTILITIES_PUB.put_line(p_text => ' inside resp val id conv 2 ' ) ;
251: