DBA Data[Home] [Help]

APPS.OKL_AM_REMARKET_ASSET_PVT dependencies on OKL_AM_UTIL_PVT

Line 896: l_user_profile_name := okl_am_util_pvt.get_user_profile_option_name(

892: --SECHAWLA Bug# 2679812 : Added the following code to display user profile option name in messages
893: -- instead of profile option name
894:
895: -- SECHAWLA 16-JAN-02 Bug # 2754280 : Changed the following fn call to call this function from am util
896: l_user_profile_name := okl_am_util_pvt.get_user_profile_option_name(
897: p_profile_option_name => 'OKL_REMARKET_ITEMS_INV_ORG',
898: x_return_status => x_return_status);
899:
900: IF x_return_status = OKL_API.G_RET_STS_ERROR THEN

Line 953: l_user_profile_name := okl_am_util_pvt.get_user_profile_option_name(

949:
950: /* -- SECHAWLA 05-OCT-04 3924244 : Migrated remarketing profiles to setups
951: --SECHAWLA Bug# 2679812 : Added the following code to display user profile option name in messages
952: -- instead of profile option name
953: l_user_profile_name := okl_am_util_pvt.get_user_profile_option_name(
954: p_profile_option_name => 'OKL_REMARKET_SUBINVENTORY',
955: x_return_status => x_return_status);
956:
957: IF x_return_status = OKL_API.G_RET_STS_ERROR THEN

Line 1018: l_user_profile_name := okl_am_util_pvt.get_user_profile_option_name(

1014:
1015: /* -- SECHAWLA 05-OCT-04 3924244 : Migrated remarketing profiles to setups
1016: --SECHAWLA Bug# 2679812 : Added the following code to display user profile option name in messages
1017: -- instead of profile option name
1018: l_user_profile_name := okl_am_util_pvt.get_user_profile_option_name(
1019: p_profile_option_name => 'OKL_REMARKET_PRICE_LIST',
1020: x_return_status => x_return_status);
1021:
1022: IF x_return_status = OKL_API.G_RET_STS_ERROR THEN

Line 1079: l_user_profile_name := okl_am_util_pvt.get_user_profile_option_name(

1075: IF l_default_order_type_id IS NULL THEN
1076:
1077: --SECHAWLA Bug# 2679812 : Added the following code to display user profile option name in messages
1078: -- instead of profile option name
1079: l_user_profile_name := okl_am_util_pvt.get_user_profile_option_name(
1080: p_profile_option_name => 'ASO_ORDER_TYPE_ID',
1081: x_return_status => x_return_status);
1082:
1083: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN