DBA Data[Home] [Help]

APPS.IEM_CLIENT_PUB dependencies on IEM_PARAMETERS_PVT

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

4257:
4258: -- find max_try
4259: IF ( p_failed = 'T' ) THEN
4260:
4261: IEM_PARAMETERS_PVT.select_profile(p_api_version_number =>1.0,
4262: P_INIT_MSG_LIST => 'F',
4263: P_COMMIT => 'F',
4264: p_profile_name => 'IEM_OP_MAX_FAIL_RETRIES',
4265: x_profile_value => l_max_try_val,