DBA Data[Home] [Help]

APPS.WSH_DPW_PICK_RELEASE dependencies on FND_PROFILE

Line 87: FND_PROFILE.GET_SPECIFIC( 'ORG_ID' , NULL , NULL , NULL , org_id_char1 , org_found_flag );

83: -- Fetch the current Operating Org . If no operating org was returned by
84: -- the function below indicated by org_found_flag = FALSE, then we set the
85: -- operating org to NULL , otherwise to its fetched value
86:
87: FND_PROFILE.GET_SPECIFIC( 'ORG_ID' , NULL , NULL , NULL , org_id_char1 , org_found_flag );
88: IF org_found_flag = TRUE THEN
89: v_org_id := to_number(org_id_char1);
90: ELSE
91: v_org_id := NULL;