DBA Data[Home] [Help]

APPS.IEM_CLIENT_PUB dependencies on IEM_PARAMETERS_PVT

Line 4186: IEM_PARAMETERS_PVT.select_profile(p_api_version_number =>1.0,

4182:
4183: -- find max_try
4184: IF ( p_failed = 'T' ) THEN
4185:
4186: IEM_PARAMETERS_PVT.select_profile(p_api_version_number =>1.0,
4187: P_INIT_MSG_LIST => 'F',
4188: P_COMMIT => 'F',
4189: p_profile_name => 'IEM_OP_MAX_FAIL_RETRIES',
4190: x_profile_value => l_max_try_val,