DBA Data[Home] [Help]

APPS.JTF_UM_BUSINESS_USER_PVT dependencies on FND_PROFILE

Line 106: --l_check_existing_org_option := nvl(fnd_profile.get('JTF_CHECK_EXISTING_ORG', l_check_existing_org_option ), l_check_existing_org_option );

102: if x_return_status <> FND_API.G_RET_STS_SUCCESS then
103: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
104: end if;
105: IF ( P_um_organization_Rec.organization_number is null ) then
106: --l_check_existing_org_option := nvl(fnd_profile.get('JTF_CHECK_EXISTING_ORG', l_check_existing_org_option ), l_check_existing_org_option );
107: l_create_organization := true;
108: fnd_profile.get('JTF_CHECK_EXISTING_ORG', l_check_existing_org_option );
109: if ( l_check_existing_org_option = 'Y' ) then
110: l_search_value := P_um_organization_Rec.organization_name;

Line 108: fnd_profile.get('JTF_CHECK_EXISTING_ORG', l_check_existing_org_option );

104: end if;
105: IF ( P_um_organization_Rec.organization_number is null ) then
106: --l_check_existing_org_option := nvl(fnd_profile.get('JTF_CHECK_EXISTING_ORG', l_check_existing_org_option ), l_check_existing_org_option );
107: l_create_organization := true;
108: fnd_profile.get('JTF_CHECK_EXISTING_ORG', l_check_existing_org_option );
109: if ( l_check_existing_org_option = 'Y' ) then
110: l_search_value := P_um_organization_Rec.organization_name;
111: if ( not Find_Organization(
112: x_org_rec => P_um_organization_Rec,