DBA Data[Home] [Help]

APPS.ASO_ATP_INT dependencies on FND_PROFILE_OPTIONS_VL

Line 2098: from fnd_profile_options_vl

2094: If l_ship_from_org_id IS NULL Then
2095: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
2096: select user_profile_option_name
2097: into l_profile_name
2098: from fnd_profile_options_vl
2099: where profile_option_name = 'ASO_SHIP_FROM_ORG_ID';
2100:
2101: FND_MESSAGE.Set_Name('ASO', 'ASO_API_NO_PROFILE_VALUE');
2102: fnd_message.set_token('PROFILE', l_profile_name);

Line 2122: from fnd_profile_options_vl

2118: IF l_customer_id IS NULL Then
2119: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
2120: select user_profile_option_name
2121: into l_profile_name
2122: from fnd_profile_options_vl
2123: where profile_option_name = 'ASO_ATP_DEFAULT_CUSTOMER_ID';
2124:
2125: FND_MESSAGE.Set_Name('ASO', 'ASO_API_NO_PROFILE_VALUE');
2126: fnd_message.set_token('PROFILE', l_profile_name);

Line 2145: from fnd_profile_options_vl

2141: IF l_cust_ship_site_id IS NULL Then
2142: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
2143: select user_profile_option_name
2144: into l_profile_name
2145: from fnd_profile_options_vl
2146: where profile_option_name = 'ASO_ATP_SHIP_TO_SITE_ID';
2147:
2148: FND_MESSAGE.Set_Name('ASO', 'ASO_API_NO_PROFILE_VALUE');
2149: fnd_message.set_token('PROFILE', l_profile_name);