DBA Data[Home] [Help]

APPS.BIX_CALLS_HANDLED_BIN_PKG dependencies on FND_PROFILE

Line 24: SELECT fnd_profile.value('BIX_DM_DEFAULT_GROUP')

20: WHERE bin_code = 'BIX_CALLS_HANDLED_BIN'
21: AND session_id = l_session_id;
22:
23: /* Get the default Agent Group of the Agent executing the report */
24: SELECT fnd_profile.value('BIX_DM_DEFAULT_GROUP')
25: INTO l_default_group_id
26: FROM dual;
27:
28: /* If the user has not setup his/her default group fetch any one group */