DBA Data[Home] [Help]

APPS.OKL_AM_REMARKET_ASSET_PVT dependencies on OKL_AM_UTIL_PVT

Line 892: l_user_profile_name := okl_am_util_pvt.get_user_profile_option_name(

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

Line 949: l_user_profile_name := okl_am_util_pvt.get_user_profile_option_name(

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

Line 1014: l_user_profile_name := okl_am_util_pvt.get_user_profile_option_name(

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

Line 1075: l_user_profile_name := okl_am_util_pvt.get_user_profile_option_name(

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